cryb-to/lib/test
Dag-Erling Smørgrav 856571a06d Implement a soft assert for unit tests.
Unlike assert(3), which uses abort(3), this has no other side effects (before raising SIGABRT) than an fprintf() call.  The test framework will catch the SIGABRT, report that the test case failed, and proceed with the next case.
2016-11-14 13:00:16 +01:00
..
cryb_t_compare.c Constify t_compare_ptr(). 2016-10-03 16:55:27 +02:00
cryb_t_const.c
cryb_t_file.c Check the return value from asprintf(). 2016-09-18 22:18:02 +02:00
cryb_t_main.c Implement a soft assert for unit tests. 2016-11-14 13:00:16 +01:00
cryb_t_malloc.c Don't confuse 2 ^ n with 1 << n in debugging output. 2016-11-14 12:59:13 +01:00
cryb_test.c
Makefile.am Add dependencies on libcryb-core to all other libraries, as already enforced in the configure script. 2016-11-14 12:59:13 +01:00