aboutsummaryrefslogtreecommitdiffstats
path: root/test/testutil/driver.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2020-06-251-1/+1
* TESTUTIL: Adjust the rest of testutilRichard Levitte2020-06-061-19/+16
* Deprecate most of debug-memoryRich Salz2019-12-141-28/+0
* Extend tests of SSL_check_chain()Matt Caswell2019-08-091-0/+18
* Add weak platform independent PRNG to test framework.Pauli2019-07-291-3/+3
* remove end of line spacesPauli2019-07-161-2/+2
* Remove tab characters from C source files.Pauli2019-07-161-2/+2
* Really fail if we have a test failureMatt Caswell2019-06-031-0/+2
* Test skip option.Pauli2019-05-091-33/+22
* testutil: ensure good treatment of argv on non-Unix platformsRichard Levitte2019-03-051-0/+12
* Updated test command line parsing to support commmon commandsShane Lontis2019-02-111-20/+159
* add missing "void" in prototype.Christos Zoulas2018-12-091-1/+1
* Following the license change, modify the boilerplates in test/Richard Levitte2018-12-061-1/+1
* Update copyright yearMatt Caswell2018-09-111-1/+1
* testutil/driver.c: Fix function prototype warning [-Wstrict-prototypes]Dr. Matthias St. Pierre2018-06-221-1/+1
* Add -Wstrict-prototypes option to --strict-warningsBernd Edlinger2018-06-211-1/+1
* Factorise duplicated code.FdaSilvaYY2017-11-131-0/+25
* Resolve warnings in VC-WIN32 build, which allows to add /WX.Andy Polyakov2017-11-131-0/+4
* Use "" not <> for internal/ includesRich Salz2017-08-221-1/+1
* Remove tests dependence on e_os.hPauli2017-08-181-1/+1
* 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-271-31/+33
* Add output routines to allow consistent formatting of memory, stringsPauli2017-06-161-0/+1
* 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
* testutil: Add OpenSSL error stack printing wrapper TEST_openssl_errorsRichard Levitte2017-04-281-7/+3
* testutil: Add commodity printing functions test_printf_std{out,err}Richard Levitte2017-04-281-23/+14
* testutil: make subtest_level() internalRichard Levitte2017-04-281-0/+1
* testutil: Move printing function declarations to "internal" headerRichard Levitte2017-04-281-0/+1
* Tapify libtestutil a bit betterRichard Levitte2017-04-251-1/+14
* TAPify testutilRichard Levitte2017-04-251-21/+57
* Refactor the test framework testutilRichard Levitte2017-04-241-0/+167