aboutsummaryrefslogtreecommitdiffstats
path: root/test/testutil
Commit message (Expand)AuthorAgeFilesLines
* Use "" not <> for internal/ includesRich Salz2017-08-224-4/+4
* Fix ctype arguments.Pauli2017-08-222-4/+4
* Remove tests dependence on e_os.hPauli2017-08-185-5/+5
* Fix minor type warnings and risk of memory leak in testutil/driver.cDavid von Oheimb2017-08-101-2/+3
* Update the test framework so that the need for test_main is removed. EverythingPauli2017-07-277-57/+159
* testutil: stanza files are text files, open them as suchRichard Levitte2017-07-151-1/+1
* Remove trailing blanks.Pauli2017-07-141-1/+1
* Fix a memory leak in the new TAP filter BIOMatt Caswell2017-06-231-1/+1
* TAP line filter BIO.Pauli2017-06-226-47/+203
* Update tests to avoid printf to stdout/stderr when running as test cases.Pauli2017-06-191-0/+11
* Fix va_list processing in test_note()Richard Levitte2017-06-171-2/+4
* Add output routines to allow consistent formatting of memory, stringsPauli2017-06-164-420/+589
* Use common STANZA for bn and exp testsRich Salz2017-06-051-0/+157
* Fix va_arg all in test_error_c90Rich Salz2017-05-231-1/+1
* Reformat the string output to be more in line with the decisions made in #3465Pauli2017-05-221-21/+20
* Bring the memory output inline with the suggestions in #3465.Pauli2017-05-221-26/+19
* Reformat the output of BIGNUMS where test cases fail.Pauli2017-05-191-48/+200
* Randomise the ordering of the C unit tests.Pauli2017-05-151-10/+52
* Add "Title" directive to evp_testRich Salz2017-05-121-2/+3
* testutil: Fix non-standard subtest outputRichard Levitte2017-05-111-5/+5
* testutil: add the possibility to set the current test titleRichard Levitte2017-05-111-4/+22
* Clarify that a test failedRichard Levitte2017-05-111-1/+1
* Add a descriptive header to diff output from failed tests.Pauli2017-05-111-0/+15
* Add BN support to the test infrastructure.Pauli2017-05-091-0/+130
* Test framework output improvement.Pauli2017-05-041-114/+267
* Fix a stack smashRich Salz2017-05-011-27/+44
* testutil: Remove test_puts_std{out,err}, they are superfluousRichard Levitte2017-04-284-19/+5
* testutil: Add OpenSSL error stack printing wrapper TEST_openssl_errorsRichard Levitte2017-04-284-7/+27
* testutil: Add commodity printing functions test_printf_std{out,err}Richard Levitte2017-04-284-34/+55
* testutil: make subtest_level() internalRichard Levitte2017-04-283-2/+12
* testutil: Move printing function declarations to "internal" headerRichard Levitte2017-04-285-0/+34
* test: don't make it more complicated than necessary.Andy Polyakov2017-04-251-21/+2
* Tapify libtestutil a bit betterRichard Levitte2017-04-251-1/+14
* TAPify testutilRichard Levitte2017-04-252-21/+59
* Refactor the test framework testutilRichard Levitte2017-04-245-0/+630