Set Utility¶
The set utility is imported unchanged from Barrust’s Set Utility.
See the GitHub repository for more details.
Running Tests¶
To run the tests, use the makefile created by Kent:
make all
Then the two test options are for a verbose and minimal report, respectively:
./test.o
./testsuite.o
To remove the binaries, use:
make clean