aboutsummaryrefslogtreecommitdiff
path: root/test/build.info
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2023-02-20 17:22:57 +0000
committerPauli <pauli@openssl.org>2023-02-22 10:03:14 +1100
commit0aa7d7f42bc757a0993739b6cfdc8819a70d22ef (patch)
tree9ae2691c4cf0a5e8527e985ac0465891957bc65f /test/build.info
parent7a6a0baa591e3d04831ed0f468c72dc45feba452 (diff)
downloadopenssl-0aa7d7f42bc757a0993739b6cfdc8819a70d22ef.zip
openssl-0aa7d7f42bc757a0993739b6cfdc8819a70d22ef.tar.gz
openssl-0aa7d7f42bc757a0993739b6cfdc8819a70d22ef.tar.bz2
Add a test for no initialisation of the default config file
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20341)
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 92a08ab..3b8d17a 100644
--- a/test/build.info
+++ b/test/build.info
@@ -64,7 +64,7 @@ IF[{- !$disabled{tests} -}]
bio_readbuffer_test user_property_test pkcs7_test upcallstest \
provfetchtest prov_config_test rand_test ca_internals_test \
bio_tfo_test membio_test bio_dgram_test list_test fips_version_test \
- x509_test hpke_test pairwise_fail_test
+ x509_test hpke_test pairwise_fail_test nodefltctxtest
IF[{- !$disabled{'deprecated-3.0'} -}]
PROGRAMS{noinst}=enginetest
@@ -232,6 +232,10 @@ IF[{- !$disabled{tests} -}]
INCLUDE[pairwise_fail_test]=../include ../apps/include
DEPEND[pairwise_fail_test]=../libcrypto.a libtestutil.a
+ SOURCE[nodefltctxtest]=nodefltctxtest.c
+ INCLUDE[nodefltctxtest]=../include ../apps/include
+ DEPEND[nodefltctxtest]=../libcrypto.a libtestutil.a
+
SOURCE[evp_pkey_dhkem_test]=evp_pkey_dhkem_test.c
INCLUDE[evp_pkey_dhkem_test]=../include ../apps/include
DEPEND[evp_pkey_dhkem_test]=../libcrypto.a libtestutil.a