Change OpenSSL::Test to be an extension of Test::More
authorRichard Levitte <levitte@openssl.org>
Thu, 30 Apr 2015 06:51:24 +0000 (08:51 +0200)
committerRichard Levitte <levitte@openssl.org>
Mon, 7 Sep 2015 14:10:58 +0000 (16:10 +0200)
commitfd99c6b599a8ed87b726caaa6d88c6915a60e0f4
treea975a4996ec2cc4b84cd6d3be5026b54929271cd
parentcaadc54381af04dd49d9812737d40fea320c8674
Change OpenSSL::Test to be an extension of Test::More

It became tedious as well as error prone to have all recipes use
Test::More as well as OpenSSL::Test.  The easier way is to make
OpenSSL::Test an extension of Test::More, thereby having all version
checks as well as future checks firmly there.  Additionally, that
allows us to extend existing Test::More functions if the need would
arise.

Reviewed-by: Rich Salz <rsalz@openssl.org>
25 files changed:
test/recipes/00-check_testexes.t
test/recipes/10-test_bn.t
test/recipes/15-test_dsa.t
test/recipes/15-test_ec.t
test/recipes/15-test_rsa.t
test/recipes/20-test_enc.t
test/recipes/25-test_crl.t
test/recipes/25-test_gen.t
test/recipes/25-test_pkcs7.t
test/recipes/25-test_req.t
test/recipes/25-test_sid.t
test/recipes/25-test_verify.t
test/recipes/25-test_x509.t
test/recipes/30-test_engine.t
test/recipes/30-test_evp.t
test/recipes/30-test_evp_extra.t
test/recipes/80-test_ca.t
test/recipes/80-test_cms.t
test/recipes/80-test_ocsp.t
test/recipes/80-test_ssl.t
test/recipes/80-test_tsa.t
test/recipes/90-test_gost2814789.t
test/recipes/tconversion.pl
test/testlib/OpenSSL/Test.pm
test/testlib/OpenSSL/Test/Simple.pm