my attempt at a test framework for C
Go to file
2022-01-06 02:44:33 +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 restructured project files and CMakeLists.txt in a way that hopefully makes sense 2022-01-06 02:06:45 +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