[gnutls-devel] [PATCH 1/2] tests: suite: run testpkcs11 if PKCS#11 is enabled
Alon Bar-Lev
alon.barlev at gmail.com
Wed Jun 17 10:59:55 CEST 2015
Signed-off-by: Alon Bar-Lev <alon.barlev at gmail.com>
---
tests/suite/Makefile.am | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/suite/Makefile.am b/tests/suite/Makefile.am
index b95403f..d91f4a6 100644
--- a/tests/suite/Makefile.am
+++ b/tests/suite/Makefile.am
@@ -91,11 +91,11 @@ nodist_check_SCRIPTS = eagain testsrn chain invalid-cert testrandom \
testcompat-polarssl testcompat-openssl
TESTS = ciphersuite/test-ciphersuites.sh eagain testsrn chain invalid-cert \
- testpkcs11 testrng testcompat-openssl testcompat-polarssl
+ testrng testcompat-openssl testcompat-polarssl
if ENABLE_PKCS11
check_PROGRAMS += pkcs11-chainverify pkcs11-get-issuer pkcs11-is-known pkcs11-combo pkcs11-privkey
-TESTS += pkcs11-chainverify pkcs11-get-issuer crl-test pkcs11-is-known pkcs11-combo pkcs11-privkey
+TESTS += testpkcs11 pkcs11-chainverify pkcs11-get-issuer crl-test pkcs11-is-known pkcs11-combo pkcs11-privkey
endif
TESTS_ENVIRONMENT = EXEEXT=$(EXEEXT) \
--
2.3.6
More information about the Gnutls-devel
mailing list