xtest/examples
2022-01-03 16:17:25 +01:00
..
all.c cute optional macros for the main function of a test 2022-01-03 15:21:26 +01:00
assertions.c cute optional macros for the main function of a test 2022-01-03 15:21:26 +01:00
expect_assertions.c cute optional macros for the main function of a test 2022-01-03 15:21:26 +01:00
fail.c cute optional macros for the main function of a test 2022-01-03 15:21:26 +01:00
float.c cute optional macros for the main function of a test 2022-01-03 15:21:26 +01:00
groups.c cute optional macros for the main function of a test 2022-01-03 15:21:26 +01:00
parameterized.c cute optional macros for the main function of a test 2022-01-03 15:21:26 +01:00
skip.c cute optional macros for the main function of a test 2022-01-03 15:21:26 +01:00
source.c move xassert.h to assert/assert.h so it can be included as <assert.h> by prepending the assert/ dir to the include search path and use include_next to facilitate that. Removed -pedantic from C flags of examples because include_next is an extension. 2022-01-03 16:17:25 +01:00
source.h first version, with some examples 2022-01-02 15:00:54 +01:00