cryb-to/lib/test
Dag-Erling Smørgrav 401465d8ea Move main() from libcryb-test to the test program.
Instead of having libcryb-test provide main() and assume that the test program defines t_prepare() and t_cleanup(), have libcryb-test provide a t_main() function which the test program calls with pointers to its prepare and cleanup functions.
2016-03-15 14:29:44 +01:00
..
.gitignore Prepare for moving to Github 2015-12-14 15:55:38 +01:00
Makefile.am libtest is not just for internal use. 2015-10-12 11:41:47 +00:00
t_const.c <unistd.h> required for t_compare_ssz() 2015-10-12 10:20:14 +00:00
t_file.c Move the test framework into its own subdirectory 2015-10-04 07:49:48 +00:00
t_main.c Move main() from libcryb-test to the test program. 2016-03-15 14:29:44 +01:00
t_malloc.c Don't try to memset NULL if allocation fails. 2016-02-19 12:23:17 +01:00
t_util.c Add a t_compare_strn() function which is to t_compare_str() what strncmp() is to 2016-01-10 18:49:19 +01:00