summaryrefslogtreecommitdiff
path: root/test/testutil
Commit message (Expand)AuthorAgeFilesLines
...
* 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