Files
Small-Enough-Tester/README.md
Thorben Höhne ed41c04209 feature (#1)
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
2025-06-25 23:17:02 +00:00

14 lines
280 B
Markdown

# 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](LICENSE).