Tiny C testing framework.
To build a test, first build the library. Then link it to the test.c via:
test.c
gcc src/*.c test.c -o test
This software is licensed under GPL v3.0 . For more information see LICENSE.