summaryrefslogtreecommitdiffstats
path: root/test/build.info
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2022-05-31 20:22:40 +0100
committerPauli <pauli@openssl.org>2022-09-23 11:59:13 +1000
commitb88ce46ee88c4128f72694e42160622844971d04 (patch)
tree3edc587990721e76378bd7a8429c8b2919c61f41 /test/build.info
parenta29ad912b82f50ef876bef99c66522dccd41b6f8 (diff)
BIO_s_dgram_pair
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/18442)
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 661076c2f8..69c4f12c57 100644
--- a/test/build.info
+++ b/test/build.info
@@ -63,7 +63,7 @@ IF[{- !$disabled{tests} -}]
keymgmt_internal_test hexstr_test provider_status_test defltfips_test \
bio_readbuffer_test user_property_test pkcs7_test upcallstest \
provfetchtest prov_config_test rand_test ca_internals_test \
- bio_tfo_test membio_test list_test fips_version_test
+ bio_tfo_test membio_test bio_dgram_test list_test fips_version_test
IF[{- !$disabled{'deprecated-3.0'} -}]
PROGRAMS{noinst}=enginetest
@@ -404,6 +404,10 @@ IF[{- !$disabled{tests} -}]
INCLUDE[membio_test]=../include ../apps/include ..
DEPEND[membio_test]=../libcrypto libtestutil.a
+ SOURCE[bio_dgram_test]=bio_dgram_test.c
+ INCLUDE[bio_dgram_test]=../include ../apps/include ..
+ DEPEND[bio_dgram_test]=../libcrypto libtestutil.a
+
SOURCE[params_api_test]=params_api_test.c
INCLUDE[params_api_test]=../include ../apps/include
DEPEND[params_api_test]=../libcrypto libtestutil.a