diff options
Diffstat (limited to 'test/build.info')
-rw-r--r-- | test/build.info | 6 |
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 |