cryb-to/t
Dag-Erling Smørgrav 4fa82f7c7b Simplify existing tests:
- Set t_malloc_fatal so we don't have to check for allocation failures
  (the driver will catch the SIGABRT).
- Use string_dup_cs() instead of string_new() + string_append_cs().
2015-10-13 20:22:07 +00:00
..
Makefile.am Move the test framework into its own subdirectory 2015-10-04 07:49:48 +00:00
t__string.c Simplify existing tests: 2015-10-13 20:22:07 +00:00
t_adler.c Move the test framework into its own subdirectory 2015-10-04 07:49:48 +00:00
t_aes.c Move the test framework into its own subdirectory 2015-10-04 07:49:48 +00:00
t_ctype.c Move the test framework into its own subdirectory 2015-10-04 07:49:48 +00:00
t_endian.c Move the test framework into its own subdirectory 2015-10-04 07:49:48 +00:00
t_fletcher.c Move the test framework into its own subdirectory 2015-10-04 07:49:48 +00:00
t_hmac_sha1.c Move the test framework into its own subdirectory 2015-10-04 07:49:48 +00:00
t_hmac_sha224.c Move the test framework into its own subdirectory 2015-10-04 07:49:48 +00:00
t_hmac_sha256.c Move the test framework into its own subdirectory 2015-10-04 07:49:48 +00:00
t_hmac_sha384.c Move the test framework into its own subdirectory 2015-10-04 07:49:48 +00:00
t_hmac_sha512.c Move the test framework into its own subdirectory 2015-10-04 07:49:48 +00:00
t_md2.c Move the test framework into its own subdirectory 2015-10-04 07:49:48 +00:00
t_md4.c Move the test framework into its own subdirectory 2015-10-04 07:49:48 +00:00
t_md5.c Move the test framework into its own subdirectory 2015-10-04 07:49:48 +00:00
t_memset_s.c Add <unistd.h> to more files. FreeBSD's namespace pollution hides these 2015-10-12 11:45:26 +00:00
t_mpi.c Add <unistd.h> to more files. FreeBSD's namespace pollution hides these 2015-10-12 11:45:26 +00:00
t_murmur3_32.c Add <unistd.h> to more files. FreeBSD's namespace pollution hides these 2015-10-12 11:45:26 +00:00
t_pearson.c Add <unistd.h> to more files. FreeBSD's namespace pollution hides these 2015-10-12 11:45:26 +00:00
t_rc4.c Move the test framework into its own subdirectory 2015-10-04 07:49:48 +00:00
t_rfc3986.c Move the test framework into its own subdirectory 2015-10-04 07:49:48 +00:00
t_rfc4648.c Move the test framework into its own subdirectory 2015-10-04 07:49:48 +00:00
t_sha1.c Move the test framework into its own subdirectory 2015-10-04 07:49:48 +00:00
t_sha224.c Move the test framework into its own subdirectory 2015-10-04 07:49:48 +00:00
t_sha256.c Move the test framework into its own subdirectory 2015-10-04 07:49:48 +00:00
t_sha384.c Move the test framework into its own subdirectory 2015-10-04 07:49:48 +00:00
t_sha512.c Move the test framework into its own subdirectory 2015-10-04 07:49:48 +00:00
t_string.c Move the test framework into its own subdirectory 2015-10-04 07:49:48 +00:00
t_strlcat.c Add <unistd.h> to more files. FreeBSD's namespace pollution hides these 2015-10-12 11:45:26 +00:00
t_strlcmp.c Move the test framework into its own subdirectory 2015-10-04 07:49:48 +00:00
t_strlcpy.c Add <unistd.h> to more files. FreeBSD's namespace pollution hides these 2015-10-12 11:45:26 +00:00
t_wstring.c Add string_len() (return length of string) and string_dup_cs() (create a 2015-10-12 10:23:24 +00:00