14 lines
280 B
Markdown
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).
|