my attempt at a test framework for C
Go to file
2022-01-03 15:20:44 +01:00
examples first version, with some examples 2022-01-02 15:00:54 +01:00
.gitignore Initial commit 2022-01-02 14:55:36 +01:00
CMakeLists.txt first version, with some examples 2022-01-02 15:00:54 +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
xassert.h use __typeof__ instead of typeof and __func__ instead of __ASSERT_FUNC for compatibility with other compilers and standard libraries (__ASSERT_FUNC seems to be a cygwin thing) 2022-01-03 15:20:44 +01:00
xtest.c first version, with some examples 2022-01-02 15:00:54 +01:00
xtest.h use __typeof__ instead of typeof and __func__ instead of __ASSERT_FUNC for compatibility with other compilers and standard libraries (__ASSERT_FUNC seems to be a cygwin thing) 2022-01-03 15:20:44 +01:00

xtest

my attempt at a test framework for C