aboutsummaryrefslogtreecommitdiff
path: root/test/testutil.h
AgeCommit message (Expand)AuthorFilesLines
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte1-1/+1
2017-11-28Test support for time_t comparisons.Pauli1-0/+8
2017-11-13Factorise duplicated code.FdaSilvaYY1-0/+6
2017-11-07style : fix some if(...FdaSilvaYY1-1/+1
2017-10-31testutil.h: Remove duplicate test macrosDr. Matthias St. Pierre1-7/+0
2017-08-12Fix some typo and commentsFdaSilvaYY1-3/+3
2017-08-07Change SETUP_TEST_FIXTURE so that the fixture structure is passed byPauli1-6/+8
2017-08-02Remove EXECUTE_TEST_NO_TEARDOWN.Pauli1-5/+0
2017-07-28Formatting & declaration cleanse.Pauli1-2/+2
2017-07-27Update the test framework so that the need for test_main is removed. EverythingPauli1-29/+34
2017-07-05Remove the TEST_check macro.Pauli1-13/+0
2017-06-23Remove uses of the TEST_check macro.Pauli1-1/+1
2017-06-19Update tests to avoid printf to stdout/stderr when running as test cases.Pauli1-1/+3
2017-06-16Add output routines to allow consistent formatting of memory, stringsPauli1-0/+10
2017-06-09Fix a bundle of trailing spaces in several filesPaul Yang1-1/+1
2017-06-05Use common STANZA for bn and exp testsRich Salz1-0/+44
2017-05-11testutil: add the possibility to set the current test titleRichard Levitte1-0/+1
2017-05-09Add test_test tests for bignums.Pauli1-0/+4
2017-05-09Add BN support to the test infrastructure.Pauli1-0/+36
2017-04-28testutil: Add OpenSSL error stack printing wrapper TEST_openssl_errorsRichard Levitte1-1/+3
2017-04-28testutil: make subtest_level() internalRichard Levitte1-1/+0
2017-04-28testutil: Move printing function declarations to "internal" headerRichard Levitte1-17/+1
2017-04-25TAPify testutilRichard Levitte1-2/+10
2017-04-24Avoid using BIO streams in bioprinttest.cRichard Levitte1-0/+6
2017-04-24Refactor the test framework testutilRichard Levitte1-9/+37
2017-04-18Convert more testsRich Salz1-0/+10
2017-04-13Guarantee single argument evaluation for test macros.Pauli1-42/+48
2017-04-10Make test marcos for true/false checks reliable for all integral types.Pauli1-2/+2
2017-03-29Test infrastructure additions.Pauli1-4/+164
2017-02-24Add -Wundef to --strict-warnings options.Bernd Edlinger1-1/+1
2016-11-09Add main() test methods to reduce test boilerplate.Emilia Kasper1-10/+54
2016-11-07Simplify tests part 2Emilia Kasper1-0/+5
2016-11-04Don't create fixtures for simple testsEmilia Kasper1-7/+8
2016-11-02TEST_check macro: don't end with semiEmilia Kasper1-1/+1
2016-08-10Add TEST_checkEmilia Kasper1-0/+15
2016-07-19SSL test framework: port NPN and ALPN testsEmilia Kasper1-0/+9
2016-05-17Copyright consolidation 02/10Rich Salz1-54/+6
2016-04-05testutil: return 1 on successEmilia Kasper1-2/+2
2016-04-05New SSL test frameworkEmilia Kasper1-2/+11
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-30/+32
2014-12-30mark all block comments that need format preserving so thatTim Hudson1-2/+3
2014-07-19test/testutil.c test registry functions.Mike Bland1-0/+8
2014-06-10Create test/testutil.h for unit test helper macrosMike Bland1-0/+116