summaryrefslogtreecommitdiffstats
path: root/test/build.info
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2021-08-25 14:39:29 +0100
committerPauli <pauli@openssl.org>2021-08-27 09:52:19 +1000
commit194fcc9ae09ea7cbe0b3b60c67061e51bb24de79 (patch)
tree96fac036040e9404db31e3695f81c1342fea73bb /test/build.info
parentf38af1258561eb0213b344c607037a528136099f (diff)
Add a test for running the config twice
Make sure there are no leaks from running the config file twice. Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/16425)
Diffstat (limited to 'test/build.info')
-rw-r--r--test/build.info6
1 files changed, 5 insertions, 1 deletions
diff --git a/test/build.info b/test/build.info
index af21e03255..dab5af4ebe 100644
--- a/test/build.info
+++ b/test/build.info
@@ -57,7 +57,7 @@ IF[{- !$disabled{tests} -}]
context_internal_test aesgcmtest params_test evp_pkey_dparams_test \
keymgmt_internal_test hexstr_test provider_status_test defltfips_test \
bio_readbuffer_test user_property_test pkcs7_test upcallstest \
- provfetchtest
+ provfetchtest prov_config_test
IF[{- !$disabled{'deprecated-3.0'} -}]
PROGRAMS{noinst}=enginetest
@@ -176,6 +176,10 @@ IF[{- !$disabled{tests} -}]
INCLUDE[provfetchtest]=../include ../apps/include
DEPEND[provfetchtest]=../libcrypto.a libtestutil.a
+ SOURCE[prov_config_test]=prov_config_test.c
+ INCLUDE[prov_config_test]=../include ../apps/include
+ DEPEND[prov_config_test]=../libcrypto.a libtestutil.a
+
SOURCE[evp_pkey_provided_test]=evp_pkey_provided_test.c
INCLUDE[evp_pkey_provided_test]=../include ../apps/include
DEPEND[evp_pkey_provided_test]=../libcrypto.a libtestutil.a