diff options
author | Matt Caswell <matt@openssl.org> | 2023-09-21 17:28:58 +0200 |
---|---|---|
committer | Pauli <pauli@openssl.org> | 2023-09-24 23:46:45 +0200 |
commit | 30224a248495ad604a06b8977fa3aa1cc75b9d0d (patch) | |
tree | 2196733697462664da7d217b3a81c2f225381e35 /test/build.info | |
parent | Clean away the test code implementation of bio_addr_copy (diff) | |
download | openssl-30224a248495ad604a06b8977fa3aa1cc75b9d0d.tar.xz openssl-30224a248495ad604a06b8977fa3aa1cc75b9d0d.zip |
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.info | 6 |
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 |