aboutsummaryrefslogtreecommitdiff
path: root/test/d2i_test.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte1-1/+1
2017-12-07Consistent formatting for sizeof(foo)Rich Salz1-1/+1
2017-08-22Use "" not <> for internal/ includesRich Salz1-1/+1
2017-08-18Remove tests dependence on e_os.hPauli1-1/+1
2017-08-16[Win] Fix some test method signatures ...FdaSilvaYY1-1/+1
2017-07-27Update the test framework so that the need for test_main is removed. EverythingPauli1-13/+10
2017-06-19Update tests to avoid printf to stdout/stderr when running as test cases.Pauli1-3/+3
2017-04-24Adapt all test programsRichard Levitte1-1/+0
2017-04-12Update d2i_test to use the test infrastructurePauli1-15/+15
2016-11-09Add main() test methods to reduce test boilerplate.Emilia Kasper1-15/+3
2016-11-04Don't create fixtures for simple testsEmilia Kasper1-28/+1
2016-11-04testutil: always print errors on failureEmilia Kasper1-1/+0
2016-10-13Add memory leak detection to d2i_testDr. Stephen Henson1-0/+10
2016-09-29add item list support to d2i_testDr. Stephen Henson1-15/+7
2016-05-17Copyright consolidation 02/10Rich Salz1-4/+3
2016-05-03add ASN1_INTEGER type to d2i_testDr. Stephen Henson1-1/+2
2016-04-23In d2i_test return error for malloc failure.Dr. Stephen Henson1-0/+3
2016-04-22Extensions to d2i_test.Dr. Stephen Henson1-15/+101
2016-04-05testutil: return 1 on successEmilia Kasper1-3/+3
2016-04-04Fix memory leaks in ASN.1Emilia Kasper1-0/+117