diff options
author | Richard Levitte <levitte@openssl.org> | 2019-12-12 14:51:59 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2019-12-18 19:42:44 +0100 |
commit | 51a7c4b5f2a0b2d0f6bc0c87ec2ee44b9697dc78 (patch) | |
tree | e4bb2cdaebaf709e8bde89b972a2bb588bdcb459 /test/build.info | |
parent | EVP: Adapt EVP_PKEY_print_ routines to use BIO_f_prefix() (diff) | |
download | openssl-51a7c4b5f2a0b2d0f6bc0c87ec2ee44b9697dc78.tar.xz openssl-51a7c4b5f2a0b2d0f6bc0c87ec2ee44b9697dc78.zip |
TEST: Add test recipe and help program to test BIO_f_prefix()
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10531)
Diffstat (limited to 'test/build.info')
-rw-r--r-- | test/build.info | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/build.info b/test/build.info index fc7007ed93..2b429d304c 100644 --- a/test/build.info +++ b/test/build.info @@ -706,6 +706,11 @@ IF[{- !$disabled{tests} -}] SOURCE[namemap_internal_test]=namemap_internal_test.c INCLUDE[namemap_internal_test]=.. ../include ../apps/include DEPEND[namemap_internal_test]=../libcrypto.a libtestutil.a + + PROGRAMS{noinst}=bio_prefix_text + SOURCE[bio_prefix_text]=bio_prefix_text.c $LIBAPPSSRC + INCLUDE[bio_prefix_text]=.. ../include ../apps/include + DEPEND[bio_prefix_text]=../libcrypto ENDIF SOURCE[ssl_ctx_test]=ssl_ctx_test.c |