aboutsummaryrefslogtreecommitdiffstats
path: root/test/build.info
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2019-08-19 06:35:54 +0200
committerRichard Levitte <levitte@openssl.org>2019-11-12 13:33:12 +0100
commit5aaba376189c0d606b832877b037d51caf338e7f (patch)
treee37db3b62754b04dd966813a20f3956b7adc05c0 /test/build.info
parent0255c1742a5a8186802fdef19b4f1c8c701a27bc (diff)
downloadopenssl-5aaba376189c0d606b832877b037d51caf338e7f.tar.gz
Add a tester of OpenSSL config files and test the current .pragma
test/confdump.c reads an OpenSSL config file and prints out the processed result. This can be used to check that a config file is processed correctly. We add a test recipe and the necessary data to test the dollarid pragma. Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/8882)
Diffstat (limited to 'test/build.info')
-rw-r--r--test/build.info5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/build.info b/test/build.info
index 85a888d226..468f80dbf9 100644
--- a/test/build.info
+++ b/test/build.info
@@ -28,6 +28,7 @@ IF[{- !$disabled{tests} -}]
DEPEND[libtestutil.a]=../libcrypto
PROGRAMS{noinst}=\
+ confdump \
versions \
aborttest test_test \
sanitytest rsa_complex exdatatest bntest \
@@ -60,6 +61,10 @@ IF[{- !$disabled{tests} -}]
context_internal_test aesgcmtest params_test evp_pkey_dparams_test \
keymgmt_internal_test
+ SOURCE[confdump]=confdump.c
+ INCLUDE[confdump]=../include ../apps/include
+ DEPEND[confdump]=../libcrypto
+
SOURCE[versions]=versions.c
INCLUDE[versions]=../include ../apps/include
DEPEND[versions]=../libcrypto