summaryrefslogtreecommitdiffstats
path: root/test/build.info
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2021-04-29 12:38:23 +1000
committerPauli <pauli@openssl.org>2021-04-30 17:51:44 +1000
commit38230e30118e434ca1c41d05d03fe2c41042d97d (patch)
treeb873f8d0de82c6731e70323f500132045f90336c /test/build.info
parent455f2542526ba3aa0db16dc8c4a5289d7f3e6b50 (diff)
acvp: fix the no-acvp_test build
A pair of the disabled string checks were incorrect. Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/15082)
Diffstat (limited to 'test/build.info')
-rw-r--r--test/build.info6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/build.info b/test/build.info
index 8043f0d3be..98b94801e1 100644
--- a/test/build.info
+++ b/test/build.info
@@ -34,7 +34,7 @@ IF[{- !$disabled{tests} -}]
destest mdc2test \
exptest \
evp_pkey_provided_test evp_test evp_extra_test evp_extra_test2 \
- evp_fetch_prov_test acvp_test evp_libctx_test ossl_store_test \
+ evp_fetch_prov_test evp_libctx_test ossl_store_test \
v3nametest v3ext \
evp_pkey_provided_test evp_test evp_extra_test evp_extra_test2 \
evp_fetch_prov_test v3nametest v3ext \
@@ -159,7 +159,9 @@ IF[{- !$disabled{tests} -}]
INCLUDE[evp_pkey_provided_test]=../include ../apps/include
DEPEND[evp_pkey_provided_test]=../libcrypto.a libtestutil.a
- IF[{- !$disabled{acvp-tests} -}]
+ IF[{- !$disabled{'acvp-tests'} -}]
+ PROGRAMS{noinst}=acvp_test
+
SOURCE[acvp_test]=acvp_test.c
INCLUDE[acvp_test]=../include ../apps/include
DEPEND[acvp_test]=../libcrypto.a libtestutil.a