summaryrefslogtreecommitdiffstats
path: root/test/build.info
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2022-05-09 14:24:33 +0100
committerPauli <pauli@openssl.org>2022-09-01 18:03:10 +1000
commit664e096cf94b1a2f72b3c562dd93db7e13b235f4 (patch)
tree183f11e10fc8ae21db007f0e45f5cd0effba9737 /test/build.info
parent3f42f41ad19c631287386fd8d58f9e02466c5e3f (diff)
BIO_dgram support for BIO_sendmmsg/BIO_recvmmsg
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/18270)
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 29d6af0709..ccd969ab01 100644
--- a/test/build.info
+++ b/test/build.info
@@ -49,7 +49,7 @@ IF[{- !$disabled{tests} -}]
packettest asynctest secmemtest srptest memleaktest stack_test \
dtlsv1listentest ct_test threadstest afalgtest d2i_test \
ssl_test_ctx_test ssl_test x509aux cipherlist_test asynciotest \
- bio_callback_test bio_memleak_test bio_core_test param_build_test \
+ bio_callback_test bio_memleak_test bio_core_test bio_dgram_test param_build_test \
bioprinttest sslapitest dtlstest sslcorrupttest \
bio_enc_test pkey_meth_test pkey_meth_kdf_test evp_kdf_test uitest \
cipherbytes_test threadstest_fips \
@@ -391,6 +391,10 @@ IF[{- !$disabled{tests} -}]
INCLUDE[bio_core_test]=../include ../apps/include
DEPEND[bio_core_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[bio_tfo_test]=bio_tfo_test.c
INCLUDE[bio_tfo_test]=../include ../apps/include ..
DEPEND[bio_tfo_test]=../libcrypto libtestutil.a