summaryrefslogtreecommitdiffstats
path: root/test/build.info
diff options
context:
space:
mode:
author杨明君 <yangmingjun@uniontech.com>2021-02-22 14:50:11 +0800
committerPauli <pauli@openssl.org>2021-06-21 11:34:16 +1000
commitc3708f9f7acb37c78fcbb1ee635d47aa0266e8ba (patch)
tree173bfa700c0e033d79f76f4e8095cbcb9ae8fac4 /test/build.info
parentecd699b6dae054d368ca9ff04f3b80013f3c241f (diff)
test: add sm3 low level test case to test suite.
Reviewed-by: Paul Yang <kaishen.yy@antfin.com> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14271)
Diffstat (limited to 'test/build.info')
-rw-r--r--test/build.info7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/build.info b/test/build.info
index f4acaa0e6a..568fcff3ed 100644
--- a/test/build.info
+++ b/test/build.info
@@ -585,6 +585,9 @@ IF[{- !$disabled{tests} -}]
IF[{- !$disabled{sm2} -}]
PROGRAMS{noinst}=sm2_internal_test
ENDIF
+ IF[{- !$disabled{sm3} -}]
+ PROGRAMS{noinst}=sm3_internal_test
+ ENDIF
IF[{- !$disabled{sm4} -}]
PROGRAMS{noinst}=sm4_internal_test
ENDIF
@@ -681,6 +684,10 @@ IF[{- !$disabled{tests} -}]
INCLUDE[sm2_internal_test]=../include ../apps/include
DEPEND[sm2_internal_test]=../libcrypto.a libtestutil.a
+ SOURCE[sm3_internal_test]=sm3_internal_test.c
+ INCLUDE[sm3_internal_test]=../include ../apps/include
+ DEPEND[sm3_internal_test]=../libcrypto.a libtestutil.a
+
SOURCE[sm4_internal_test]=sm4_internal_test.c
INCLUDE[sm4_internal_test]=.. ../include ../apps/include
DEPEND[sm4_internal_test]=../libcrypto.a libtestutil.a