summaryrefslogtreecommitdiffstats
path: root/test/build.info
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2023-09-21 16:28:58 +0100
committerPauli <pauli@openssl.org>2023-09-25 07:46:45 +1000
commit30224a248495ad604a06b8977fa3aa1cc75b9d0d (patch)
tree2196733697462664da7d217b3a81c2f225381e35 /test/build.info
parentd058ae6e0397faaa60c18c6ae3aecaff64dca47b (diff)
Add a test for BIO_ADDR_copy()
We also add a test for BIO_ADDR_dup() which was also added in 3.2 Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/22164)
Diffstat (limited to 'test/build.info')
-rw-r--r--test/build.info6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/build.info b/test/build.info
index 4c81a2b779..73f8de1f7a 100644
--- a/test/build.info
+++ b/test/build.info
@@ -522,6 +522,12 @@ IF[{- !$disabled{tests} -}]
INCLUDE[http_test]=../include ../apps/include
DEPEND[http_test]=../libcrypto libtestutil.a
ENDIF
+
+ PROGRAMS{noinst}=bio_addr_test
+
+ SOURCE[bio_addr_test]=bio_addr_test.c
+ INCLUDE[bio_addr_test]=../include ../apps/include
+ DEPEND[bio_addr_test]=../libcrypto libtestutil.a
ENDIF
SOURCE[dtlstest]=dtlstest.c helpers/ssltestlib.c