summaryrefslogtreecommitdiff
path: root/tests/suite
diff options
context:
space:
mode:
authorAlon Bar-Lev <alon.barlev@gmail.com>2015-06-17 11:59:55 +0300
committerNikos Mavrogiannopoulos <nmav@redhat.com>2015-06-17 11:38:21 +0200
commit1a901b6ca3c25125f1fb83959a208642c218b0cb (patch)
tree39c90241a8dc5fe19629d9e6161c3461b82d1e32 /tests/suite
parent4b9246831147ebd2a3942cf305d58e183e7c4f3d (diff)
downloadgnutls-1a901b6ca3c25125f1fb83959a208642c218b0cb.tar.gz
tests: suite: run testpkcs11 if PKCS#11 is enabled
Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
Diffstat (limited to 'tests/suite')
-rw-r--r--tests/suite/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/suite/Makefile.am b/tests/suite/Makefile.am
index b95403f537..d91f4a6a21 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) \