This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
notes:data:fall2022:projects:sll4 [2022/10/18 22:31] – [PROGRAM] gsuber | notes:data:fall2022:projects:sll4 [2022/10/19 23:18] (current) – [BACKGROUND] dmuck | ||
---|---|---|---|
Line 33: | Line 33: | ||
Group has eight new list-group-processing functions, that are in charge of manipulating lists within our data structure. Going up one level of abstraction, | Group has eight new list-group-processing functions, that are in charge of manipulating lists within our data structure. Going up one level of abstraction, | ||
+ | |||
+ | Take care to check the unit-test files for other functions that are being called in the event that you have not yet implemented them. | ||
=====SPECIFICATIONS===== | =====SPECIFICATIONS===== | ||
Line 58: | Line 60: | ||
// | // | ||
=====UNIT TESTS===== | =====UNIT TESTS===== | ||
- | Unit tests will rely upon one another as input/ | + | Unit tests will rely upon one another as input/ |
+ | |||
+ | An errors file will be created after running make, this may be helpful if things aren't compiling correctly. | ||
=====DEBUGGING===== | =====DEBUGGING===== | ||
Useful tools for debugging issues are gdb and examining the test files themselves. to utilize gdb, run the test program with the gdb command (not make check), with a command that might look like "gdb ./ | Useful tools for debugging issues are gdb and examining the test files themselves. to utilize gdb, run the test program with the gdb command (not make check), with a command that might look like "gdb ./ |