cryb-to/t
Dag-Erling Smørgrav 241f524238 Fix a bogus t_malloc_fail in one of the mpi_add_abs() tests.
Add several subtraction test cases and modify some others to better
exercise the carry logic, which is far more complex for subtraction than
for addition.

Add test cases where the target is the same MPI as one or both operands.
2014-12-30 19:48:57 +00:00
..
Makefile.am Re-add $(RT_LIBS) where needed. 2014-12-29 23:56:22 +00:00
t.h Declare t_malloc_fail_after. 2014-12-29 23:49:50 +00:00
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 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_endian.c Fix a cast that discards a const qualifier. 2014-12-29 15:23:52 +00:00
t_file.c Add <stdint.h> for the {,u}int*_t types. 2014-10-30 12:51:03 +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 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 Add two utility functions which check if a string contains something that 2014-12-29 13:22:53 +00:00
t_md4.c Add two utility functions which check if a string contains something that 2014-12-29 13:22:53 +00:00
t_md5.c Add two utility functions which check if a string contains something that 2014-12-29 13:22:53 +00:00
t_mpi.c Fix a bogus t_malloc_fail in one of the mpi_add_abs() tests. 2014-12-30 19:48:57 +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 Add two utility functions which check if a string contains something that 2014-12-29 13:22:53 +00:00
t_sha224.c Add two utility functions which check if a string contains something that 2014-12-29 13:22:53 +00:00
t_sha256.c Add two utility functions which check if a string contains something that 2014-12-29 13:22:53 +00:00
t_sha384.c Add two utility functions which check if a string contains something that 2014-12-29 13:22:53 +00:00
t_sha512.c Add two utility functions which check if a string contains something that 2014-12-29 13:22:53 +00:00
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 Remove <stdio.h> from code that doesn't need it. 2014-08-02 23:23:19 +00:00
t_strlcmp.c Provisionally include strlcmp(), although it is not (currently) used 2014-12-20 00:23:59 +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 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