This feature adds the following functions: - set_malloc() - set_free() Which is a safe malloc wrapper, that frees all memory after a test has finished. Reviewed-on: #1
280 B
280 B
Small-Enough-Tester
Tiny C testing framework.
Building a test.
To build a test, first build the library. Then link it to the test.c
via:
gcc src/*.c test.c -o test
LICENSE
This software is licensed under GPL v3.0 . For more information see LICENSE.