summaryrefslogtreecommitdiffstats
path: root/test/build.info
diff options
context:
space:
mode:
authorolszomal <Malgorzata.Olszowka@stunnel.org>2023-11-30 17:57:45 +0100
committerTomas Mraz <tomas@openssl.org>2023-12-04 09:54:45 +0100
commitfd105ab862d99dcae2a1bbe52407f183873a0710 (patch)
tree9eb0da93847382074ad34e5a63524a9fc0316bdf /test/build.info
parentcafccb768be5b8f5c21852764f7b2863b6f5e204 (diff)
Add a test for X509_load_cert_file()
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/22885) (cherry picked from commit d6961af1acbdf29b684f3307578bd03890a26a9c)
Diffstat (limited to 'test/build.info')
-rw-r--r--test/build.info7
1 files changed, 6 insertions, 1 deletions
diff --git a/test/build.info b/test/build.info
index 1784a41d8d..c2bb7fc35e 100644
--- a/test/build.info
+++ b/test/build.info
@@ -62,7 +62,8 @@ 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 nodefltctxtest
+ x509_test hpke_test pairwise_fail_test nodefltctxtest \
+ x509_load_cert_file_test
IF[{- !$disabled{'rpk'} -}]
PROGRAMS{noinst}=rpktest
@@ -586,6 +587,10 @@ IF[{- !$disabled{tests} -}]
INCLUDE[x509_dup_cert_test]=../include ../apps/include
DEPEND[x509_dup_cert_test]=../libcrypto libtestutil.a
+ SOURCE[x509_load_cert_file_test]=x509_load_cert_file_test.c
+ INCLUDE[x509_load_cert_file_test]=../include ../apps/include
+ DEPEND[x509_load_cert_file_test]=../libcrypto libtestutil.a
+
SOURCE[x509_check_cert_pkey_test]=x509_check_cert_pkey_test.c
INCLUDE[x509_check_cert_pkey_test]=../include ../apps/include
DEPEND[x509_check_cert_pkey_test]=../libcrypto libtestutil.a