Add Utils.pm
authorDr. Stephen Henson <steve@openssl.org>
Sat, 19 Sep 2015 16:10:34 +0000 (17:10 +0100)
committerDr. Stephen Henson <steve@openssl.org>
Sat, 19 Sep 2015 23:04:15 +0000 (00:04 +0100)
commit0d297b42b5902ab207eb066caa1f5d39714959e8
tree23f653efba9bf5e8ad2c41898a765002b8977307
parentf5349f8ca5b019f66b792be429b22dda6b822e44
Add Utils.pm

Add Utils.pm for test utilities. This currently just contains one function:
disabled which checks if a feature is disabled based on the output of
openssl list -disabled

Reviewed-by: Richard Levitte <levitte@openssl.org>
test/testlib/OpenSSL/Test/Utils.pm [new file with mode: 0644]