From 30224a248495ad604a06b8977fa3aa1cc75b9d0d Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Thu, 21 Sep 2023 16:28:58 +0100 Subject: 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 Reviewed-by: Tim Hudson Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/22164) --- test/build.info | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'test/build.info') 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 -- cgit v1.2.3