summaryrefslogtreecommitdiffstats
path: root/test/d2i_test.c
AgeCommit message (Expand)Author
2020-04-23Update copyright yearMatt Caswell
2020-02-03Fix common test framework optionsMatt Caswell
2019-02-11Updated test command line parsing to support commmon commandsShane Lontis
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte
2017-12-07Consistent formatting for sizeof(foo)Rich Salz
2017-08-22Use "" not <> for internal/ includesRich Salz
2017-08-18Remove tests dependence on e_os.hPauli
2017-08-16[Win] Fix some test method signatures ...FdaSilvaYY
2017-07-27Update the test framework so that the need for test_main is removed. EverythingPauli
2017-06-19Update tests to avoid printf to stdout/stderr when running as test cases.Pauli
2017-04-24Adapt all test programsRichard Levitte
2017-04-12Update d2i_test to use the test infrastructurePauli
2016-11-09Add main() test methods to reduce test boilerplate.Emilia Kasper
2016-11-04Don't create fixtures for simple testsEmilia Kasper
2016-11-04testutil: always print errors on failureEmilia Kasper
2016-10-13Add memory leak detection to d2i_testDr. Stephen Henson
2016-09-29add item list support to d2i_testDr. Stephen Henson
2016-05-17Copyright consolidation 02/10Rich Salz
2016-05-03add ASN1_INTEGER type to d2i_testDr. Stephen Henson
2016-04-23In d2i_test return error for malloc failure.Dr. Stephen Henson
2016-04-22Extensions to d2i_test.Dr. Stephen Henson
2016-04-05testutil: return 1 on successEmilia Kasper
2016-04-04Fix memory leaks in ASN.1Emilia Kasper