cryb-to/t
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 Build system overhaul 2015-12-14 18:08:22 +01:00
t__string.c Move main() from libcryb-test to the test program. 2016-03-15 14:29:44 +01:00
t_adler.c Move main() from libcryb-test to the test program. 2016-03-15 14:29:44 +01:00
t_aes.c Move main() from libcryb-test to the test program. 2016-03-15 14:29:44 +01:00
t_ctype.c Move main() from libcryb-test to the test program. 2016-03-15 14:29:44 +01:00
t_endian.c Move main() from libcryb-test to the test program. 2016-03-15 14:29:44 +01:00
t_fletcher.c Move main() from libcryb-test to the test program. 2016-03-15 14:29:44 +01:00
t_hmac_sha1.c Move main() from libcryb-test to the test program. 2016-03-15 14:29:44 +01:00
t_hmac_sha224.c Move main() from libcryb-test to the test program. 2016-03-15 14:29:44 +01:00
t_hmac_sha256.c Move main() from libcryb-test to the test program. 2016-03-15 14:29:44 +01:00
t_hmac_sha384.c Move main() from libcryb-test to the test program. 2016-03-15 14:29:44 +01:00
t_hmac_sha512.c Move main() from libcryb-test to the test program. 2016-03-15 14:29:44 +01:00
t_md2.c Move main() from libcryb-test to the test program. 2016-03-15 14:29:44 +01:00
t_md4.c Move main() from libcryb-test to the test program. 2016-03-15 14:29:44 +01:00
t_md5.c Move main() from libcryb-test to the test program. 2016-03-15 14:29:44 +01:00
t_memset_s.c Move main() from libcryb-test to the test program. 2016-03-15 14:29:44 +01:00
t_mpi.c Move main() from libcryb-test to the test program. 2016-03-15 14:29:44 +01:00
t_murmur3_32.c Move main() from libcryb-test to the test program. 2016-03-15 14:29:44 +01:00
t_pearson.c Move main() from libcryb-test to the test program. 2016-03-15 14:29:44 +01:00
t_rc4.c Move main() from libcryb-test to the test program. 2016-03-15 14:29:44 +01:00
t_rfc3986.c Move main() from libcryb-test to the test program. 2016-03-15 14:29:44 +01:00
t_rfc4648.c Move main() from libcryb-test to the test program. 2016-03-15 14:29:44 +01:00
t_sha1.c Move main() from libcryb-test to the test program. 2016-03-15 14:29:44 +01:00
t_sha224.c Move main() from libcryb-test to the test program. 2016-03-15 14:29:44 +01:00
t_sha256.c Move main() from libcryb-test to the test program. 2016-03-15 14:29:44 +01:00
t_sha384.c Move main() from libcryb-test to the test program. 2016-03-15 14:29:44 +01:00
t_sha512.c Move main() from libcryb-test to the test program. 2016-03-15 14:29:44 +01:00
t_string.c Move the test framework into its own subdirectory 2015-10-04 07:49:48 +00:00
t_strlcat.c Move main() from libcryb-test to the test program. 2016-03-15 14:29:44 +01:00
t_strlcmp.c Move main() from libcryb-test to the test program. 2016-03-15 14:29:44 +01:00
t_strlcpy.c Move main() from libcryb-test to the test program. 2016-03-15 14:29:44 +01: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