Don't create fixtures for simple tests
authorEmilia Kasper <emilia@openssl.org>
Thu, 3 Nov 2016 16:15:41 +0000 (17:15 +0100)
committerEmilia Kasper <emilia@openssl.org>
Fri, 4 Nov 2016 14:05:37 +0000 (15:05 +0100)
commit308b876da9eff2f6455a32751b7ffeeaf6ee3fb8
treece1de47cc15626719be85670aefea5434a46e605
parent6ec327eed616deeb4e5ecf1abfb1e1a530ba0701
Don't create fixtures for simple tests

The test fixtures are (meant to be) useful for sharing common
setup. Don't bother when we don't have any setup/teardown.

This only addresses simple tests. Parameterized tests (ADD_ALL_TESTS)
will be made more user-friendly in a follow-up.

Reviewed-by: Rich Salz <rsalz@openssl.org>
test/asn1_internal_test.c
test/d2i_test.c
test/testutil.c
test/testutil.h
test/x509_internal_test.c