my attempt at a test framework for C
Go to file
2022-01-06 03:07:18 +01:00
examples added -Wextra and fixed resulting warnings 2022-01-06 02:44:33 +01:00
include added -Wextra and fixed resulting warnings 2022-01-06 02:44:33 +01:00
src added -Wextra and fixed resulting warnings 2022-01-06 02:44:33 +01:00
.gitignore cleaned up .gitignore a bit 2022-01-06 02:12:01 +01:00
CMakeLists.txt set XTEST compile definition so that the assert header works properly 2022-01-06 03:07:18 +01:00
LICENSE Initial commit 2022-01-02 14:55:36 +01:00
README.md Initial commit 2022-01-02 14:55:36 +01:00

xtest

my attempt at a test framework for C