aboutsummaryrefslogtreecommitdiff
path: root/test/testutil/tests.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-22TAP line filter BIO.Pauli1-4/+1
2017-06-19Update tests to avoid printf to stdout/stderr when running as test cases.Pauli1-0/+11
2017-06-17Fix va_list processing in test_note()Richard Levitte1-2/+4
2017-06-16Add output routines to allow consistent formatting of memory, stringsPauli1-420/+30
2017-05-23Fix va_arg all in test_error_c90Rich Salz1-1/+1
2017-05-22Reformat the string output to be more in line with the decisions made in #3465Pauli1-21/+20
2017-05-22Bring the memory output inline with the suggestions in #3465.Pauli1-26/+19
2017-05-19Reformat the output of BIGNUMS where test cases fail.Pauli1-48/+200
2017-05-11Clarify that a test failedRichard Levitte1-1/+1
2017-05-11Add a descriptive header to diff output from failed tests.Pauli1-0/+15
2017-05-09Add BN support to the test infrastructure.Pauli1-0/+130
2017-05-04Test framework output improvement.Pauli1-114/+267
2017-05-01Fix a stack smashRich Salz1-27/+44
2017-04-28testutil: Remove test_puts_std{out,err}, they are superfluousRichard Levitte1-6/+4
2017-04-28testutil: Add OpenSSL error stack printing wrapper TEST_openssl_errorsRichard Levitte1-0/+5
2017-04-28testutil: Add commodity printing functions test_printf_std{out,err}Richard Levitte1-11/+3
2017-04-28testutil: make subtest_level() internalRichard Levitte1-2/+1
2017-04-28testutil: Move printing function declarations to "internal" headerRichard Levitte1-0/+1
2017-04-25TAPify testutilRichard Levitte1-0/+2
2017-04-24Refactor the test framework testutilRichard Levitte1-0/+342