cryb-to/t
Dag-Erling Smørgrav 64a2da2b84 Refactor the malloc() etc code to reduce code duplication.
Introduce a t_malloc_fatal flag that makes unintentional allocation
failures fatal.  This reduces the need for error handling in tests.

Enable that flag in t_main().  Test programs that don't want it can
override it in t_prepare().
2014-08-03 00:58:13 +00:00
..
Makefile.am Add a simple malloc() implementation which can be configured to fail 2014-08-02 23:30:07 +00:00
t.h Refactor the malloc() etc code to reduce code duplication. 2014-08-03 00:58:13 +00:00
t__string.c Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
t_const.c Remove <stdio.h> from code that doesn't need it. 2014-08-02 23:23:19 +00:00
t_ctype.c Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
t_file.c Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
t_hmac_sha1.c Remove <stdio.h> from code that doesn't need it. 2014-08-02 23:23:19 +00:00
t_hmac_sha224.c Remove <stdio.h> from code that doesn't need it. 2014-08-02 23:23:19 +00:00
t_hmac_sha256.c Remove <stdio.h> from code that doesn't need it. 2014-08-02 23:23:19 +00:00
t_hmac_sha384.c Remove <stdio.h> from code that doesn't need it. 2014-08-02 23:23:19 +00:00
t_hmac_sha512.c Remove <stdio.h> from code that doesn't need it. 2014-08-02 23:23:19 +00:00
t_main.c Refactor the malloc() etc code to reduce code duplication. 2014-08-03 00:58:13 +00:00
t_malloc.c Refactor the malloc() etc code to reduce code duplication. 2014-08-03 00:58:13 +00:00
t_md2.c Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
t_md4.c Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
t_md5.c Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
t_murmur3_32.c Remove <stdio.h> from code that doesn't need it. 2014-08-02 23:23:19 +00:00
t_pearson.c Remove <stdio.h> from code that doesn't need it. 2014-08-02 23:23:19 +00:00
t_rfc3986.c Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
t_rfc4648.c Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
t_sha1.c Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
t_sha224.c Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
t_sha256.c Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
t_sha384.c Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
t_sha512.c Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
t_string.c Remove <stdio.h> from code that doesn't need it. 2014-08-02 23:23:19 +00:00
t_strlcat.c Remove <stdio.h> from code that doesn't need it. 2014-08-02 23:23:19 +00:00
t_strlcpy.c Remove <stdio.h> from code that doesn't need it. 2014-08-02 23:23:19 +00:00
t_util.c Add a pointer comparison function. 2014-08-02 23:54:58 +00:00
t_wstring.c Remove <stdio.h> from code that doesn't need it. 2014-08-02 23:23:19 +00:00