summaryrefslogtreecommitdiffstats
path: root/test/build.info
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2021-06-15 19:57:36 +1000
committerPauli <pauli@openssl.org>2021-06-16 18:30:28 +1000
commit43ba1573ce54777b77c1990973b50731062d45b7 (patch)
tree29cb737c897c81d06aee85008606ba29e0cbb9a8 /test/build.info
parent987d7da3277423b580b66232985a21af38ae4f79 (diff)
test: add test cases for SHAxxx helper functions
Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15752)
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 eeb2845638..e6bb2e240a 100644
--- a/test/build.info
+++ b/test/build.info
@@ -31,7 +31,7 @@ IF[{- !$disabled{tests} -}]
aborttest test_test pkcs12_format_test \
sanitytest rsa_complex exdatatest bntest \
ecstresstest gmdifftest pbelutest \
- destest mdc2test \
+ destest mdc2test sha_test \
exptest pbetest \
evp_pkey_provided_test evp_test evp_extra_test evp_extra_test2 \
evp_fetch_prov_test evp_libctx_test ossl_store_test \
@@ -113,6 +113,10 @@ IF[{- !$disabled{tests} -}]
INCLUDE[mdc2test]=../include ../apps/include
DEPEND[mdc2test]=../libcrypto libtestutil.a
+ SOURCE[sha_test]=sha_test.c
+ INCLUDE[sha_test]=../include ../apps/include
+ DEPEND[sha_test]=../libcrypto libtestutil.a
+
SOURCE[enginetest]=enginetest.c
INCLUDE[enginetest]=../include ../apps/include
DEPEND[enginetest]=../libcrypto libtestutil.a