summaryrefslogtreecommitdiff
path: root/test/d2i_test.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Fix common test framework optionsMatt Caswell2020-02-031-0/+5
* Updated test command line parsing to support commmon commandsShane Lontis2019-02-111-3/+3
* Following the license change, modify the boilerplates in test/Richard Levitte2018-12-061-1/+1
* Consistent formatting for sizeof(foo)Rich Salz2017-12-071-1/+1
* Use "" not <> for internal/ includesRich Salz2017-08-221-1/+1
* Remove tests dependence on e_os.hPauli2017-08-181-1/+1
* [Win] Fix some test method signatures ...FdaSilvaYY2017-08-161-1/+1
* Update the test framework so that the need for test_main is removed. EverythingPauli2017-07-271-13/+10
* Update tests to avoid printf to stdout/stderr when running as test cases.Pauli2017-06-191-3/+3
* Adapt all test programsRichard Levitte2017-04-241-1/+0
* Update d2i_test to use the test infrastructurePauli2017-04-121-15/+15
* Add main() test methods to reduce test boilerplate.Emilia Kasper2016-11-091-15/+3
* Don't create fixtures for simple testsEmilia Kasper2016-11-041-28/+1
* testutil: always print errors on failureEmilia Kasper2016-11-041-1/+0
* Add memory leak detection to d2i_testDr. Stephen Henson2016-10-131-0/+10
* add item list support to d2i_testDr. Stephen Henson2016-09-291-15/+7
* Copyright consolidation 02/10Rich Salz2016-05-171-4/+3
* add ASN1_INTEGER type to d2i_testDr. Stephen Henson2016-05-031-1/+2
* In d2i_test return error for malloc failure.Dr. Stephen Henson2016-04-231-0/+3
* Extensions to d2i_test.Dr. Stephen Henson2016-04-221-15/+101
* testutil: return 1 on successEmilia Kasper2016-04-051-3/+3
* Fix memory leaks in ASN.1Emilia Kasper2016-04-041-0/+117