summaryrefslogtreecommitdiff
path: root/test/build.info
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2022-06-16 17:30:46 +0100
committerHugo Landau <hlandau@openssl.org>2022-07-28 08:06:52 +0100
commit3bfc58ad6f150e343c75565e2b162b80ec39a28d (patch)
treeaef290942ee8d0fb1301612a396b6f865e21d198 /test/build.info
parent5a4ba72f00f9b336a4d65abff822699ceb9617c6 (diff)
downloadopenssl-new-3bfc58ad6f150e343c75565e2b162b80ec39a28d.tar.gz
Add a test for BIO_s_mem() when using datagrams
The previous commit added support to BIO_s_mem() for using datagrams. We now add tests for that functionality. Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Hugo Landau <hlandau@openssl.org> (Merged from https://github.com/openssl/openssl/pull/18596)
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 13653f9efa..2047cf29b8 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
+ bio_tfo_test membio_test
IF[{- !$disabled{'deprecated-3.0'} -}]
PROGRAMS{noinst}=enginetest
@@ -391,6 +391,10 @@ IF[{- !$disabled{tests} -}]
INCLUDE[bio_tfo_test]=../include ../apps/include ..
DEPEND[bio_tfo_test]=../libcrypto libtestutil.a
+ SOURCE[membio_test]=membio_test.c
+ INCLUDE[membio_test]=../include ../apps/include ..
+ DEPEND[membio_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