cryb-to/t
Dag-Erling Smørgrav 3ec87c7a8c Introduce t_malloc_fail_after: if non-zero, it serves as a countdown to
setting t_malloc_fail.  Also, enforce t_malloc_fail in realloc(), but not
before checking that the argument was valid.
2014-12-29 23:49:29 +00:00
..
Makefile.am Link each test with only the libraries it needs. This avoids rebuilding 2014-12-29 22:17:02 +00:00
t.h
t__string.c I had forgotten that t_add_test() is actually a printf()-like variadic 2014-12-29 14:24:08 +00:00
t_const.c
t_ctype.c
t_endian.c Fix a cast that discards a const qualifier. 2014-12-29 15:23:52 +00:00
t_file.c
t_hmac_sha1.c
t_hmac_sha224.c
t_hmac_sha256.c
t_hmac_sha384.c
t_hmac_sha512.c
t_main.c Move the decision of whether to check for memory leaks from the malloc() 2014-12-29 13:24:44 +00:00
t_malloc.c Introduce t_malloc_fail_after: if non-zero, it serves as a countdown to 2014-12-29 23:49:29 +00:00
t_md2.c
t_md4.c
t_md5.c
t_mpi.c
t_murmur3_32.c
t_pearson.c
t_rfc3986.c
t_rfc4648.c
t_sha1.c
t_sha224.c
t_sha256.c
t_sha384.c
t_sha512.c
t_string.c Test string_equal() using the same test cases as for string_compare(). 2014-12-29 13:36:06 +00:00
t_strlcat.c
t_strlcmp.c
t_strlcpy.c
t_util.c Recognize "on" and "off". 2014-12-29 13:25:44 +00:00
t_wstring.c Test string_equal() using the same test cases as for string_compare(). 2014-12-29 13:36:06 +00:00