aboutsummaryrefslogtreecommitdiff
path: root/test/testutil
AgeCommit message (Expand)AuthorFilesLines
2017-08-22Fix ctype arguments.Pauli2-4/+4
2017-08-18Remove tests dependence on e_os.hPauli5-5/+5
2017-08-10Fix minor type warnings and risk of memory leak in testutil/driver.cDavid von Oheimb1-2/+3
2017-07-27Update the test framework so that the need for test_main is removed. EverythingPauli7-57/+159
2017-07-15testutil: stanza files are text files, open them as suchRichard Levitte1-1/+1
2017-07-14Remove trailing blanks.Pauli1-1/+1
2017-06-23Fix a memory leak in the new TAP filter BIOMatt Caswell1-1/+1
2017-06-22TAP line filter BIO.Pauli6-47/+203
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, stringsPauli4-420/+589
2017-06-05Use common STANZA for bn and exp testsRich Salz1-0/+157
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-15Randomise the ordering of the C unit tests.Pauli1-10/+52
2017-05-12Add "Title" directive to evp_testRich Salz1-2/+3
2017-05-11testutil: Fix non-standard subtest outputRichard Levitte1-5/+5
2017-05-11testutil: add the possibility to set the current test titleRichard Levitte1-4/+22
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 Levitte4-19/+5
2017-04-28testutil: Add OpenSSL error stack printing wrapper TEST_openssl_errorsRichard Levitte4-7/+27
2017-04-28testutil: Add commodity printing functions test_printf_std{out,err}Richard Levitte4-34/+55
2017-04-28testutil: make subtest_level() internalRichard Levitte3-2/+12
2017-04-28testutil: Move printing function declarations to "internal" headerRichard Levitte5-0/+34
2017-04-25test: don't make it more complicated than necessary.Andy Polyakov1-21/+2
2017-04-25Tapify libtestutil a bit betterRichard Levitte1-1/+14
2017-04-25TAPify testutilRichard Levitte2-21/+59
2017-04-24Refactor the test framework testutilRichard Levitte5-0/+630