summaryrefslogtreecommitdiffstats
path: root/test/testutil/driver.c
AgeCommit message (Expand)Author
2022-12-01Update copyright yearTomas Mraz
2022-10-27tests: clear error queue before executing a testcaseTomas Mraz
2022-10-27test: driver: fix -Wunused-but-set-variableSam James
2021-06-29coverity #1486532: fix potential NULL dereference in test_mk_file_path()Tomas Mraz
2021-06-26testutil: teach test_mk_file_path() how to merge VMS file specsRichard Levitte
2021-04-19Avoid more MSVC-specific C runtime library functionsTanzinul Islam
2021-04-18TEST: Modify testutil's run_tests to display NOSUBTEST cases individuallyRichard Levitte
2021-03-11Update copyright yearMatt Caswell
2021-02-26tests: Always print errors before test verdictTomas Mraz
2021-02-23test: add framework for generic fake random number generatorPauli
2020-12-15test: print OPENSSL_TEST_RAND_ORDER=x when a randomised test fails.Pauli
2020-12-02Print random seed on test failure.Pauli
2020-06-25Update copyright yearMatt Caswell
2020-06-06TESTUTIL: Adjust the rest of testutilRichard Levitte
2019-12-14Deprecate most of debug-memoryRich Salz
2019-08-09Extend tests of SSL_check_chain()Matt Caswell
2019-07-29Add weak platform independent PRNG to test framework.Pauli
2019-07-16remove end of line spacesPauli
2019-07-16Remove tab characters from C source files.Pauli
2019-06-03Really fail if we have a test failureMatt Caswell
2019-05-09Test skip option.Pauli
2019-03-05testutil: ensure good treatment of argv on non-Unix platformsRichard Levitte
2019-02-11Updated test command line parsing to support commmon commandsShane Lontis
2018-12-09add missing "void" in prototype.Christos Zoulas
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte
2018-09-11Update copyright yearMatt Caswell
2018-06-22testutil/driver.c: Fix function prototype warning [-Wstrict-prototypes]Dr. Matthias St. Pierre
2018-06-21Add -Wstrict-prototypes option to --strict-warningsBernd Edlinger
2017-11-13Factorise duplicated code.FdaSilvaYY
2017-11-13Resolve warnings in VC-WIN32 build, which allows to add /WX.Andy Polyakov
2017-08-22Use "" not <> for internal/ includesRich Salz
2017-08-18Remove tests dependence on e_os.hPauli
2017-08-10Fix minor type warnings and risk of memory leak in testutil/driver.cDavid von Oheimb
2017-07-27Update the test framework so that the need for test_main is removed. EverythingPauli
2017-06-16Add output routines to allow consistent formatting of memory, stringsPauli
2017-05-15Randomise the ordering of the C unit tests.Pauli
2017-05-12Add "Title" directive to evp_testRich Salz
2017-05-11testutil: Fix non-standard subtest outputRichard Levitte
2017-05-11testutil: add the possibility to set the current test titleRichard Levitte
2017-04-28testutil: Add OpenSSL error stack printing wrapper TEST_openssl_errorsRichard Levitte
2017-04-28testutil: Add commodity printing functions test_printf_std{out,err}Richard Levitte
2017-04-28testutil: make subtest_level() internalRichard Levitte
2017-04-28testutil: Move printing function declarations to "internal" headerRichard Levitte
2017-04-25Tapify libtestutil a bit betterRichard Levitte
2017-04-25TAPify testutilRichard Levitte
2017-04-24Refactor the test framework testutilRichard Levitte