summaryrefslogtreecommitdiffstats
path: root/test/build.info
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2021-06-09 15:50:37 +0100
committerPauli <pauli@openssl.org>2021-06-16 15:04:50 +1000
commit87e60f09aa8b253c38d457c3560680ba839a6cf2 (patch)
tree2c6eadf7b0e4c6ea09ce1e30cb4befbf7ec31334 /test/build.info
parent97abae6a9d94c29314dc28f6d4d6a4171b9b0c38 (diff)
Add a test for the newly added OBJ upcalls
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15681)
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 bc543bd761..eeb2845638 100644
--- a/test/build.info
+++ b/test/build.info
@@ -56,7 +56,7 @@ IF[{- !$disabled{tests} -}]
sysdefaulttest errtest ssl_ctx_test gosttest \
context_internal_test aesgcmtest params_test evp_pkey_dparams_test \
keymgmt_internal_test hexstr_test provider_status_test defltfips_test \
- bio_readbuffer_test user_property_test pkcs7_test
+ bio_readbuffer_test user_property_test pkcs7_test upcallstest
IF[{- !$disabled{'deprecated-3.0'} -}]
PROGRAMS{noinst}=enginetest
@@ -133,6 +133,10 @@ IF[{- !$disabled{tests} -}]
INCLUDE[tls13ccstest]=../include ../apps/include
DEPEND[tls13ccstest]=../libcrypto ../libssl libtestutil.a
+ SOURCE[upcallstest]=upcallstest.c
+ INCLUDE[upcallstest]=../include ../apps/include
+ DEPEND[upcallstest]=../libcrypto libtestutil.a
+
SOURCE[user_property_test]=user_property_test.c
INCLUDE[user_property_test]=../include ../apps/include
DEPEND[user_property_test]=../libcrypto libtestutil.a