diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-06-24 10:55:37 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-06-24 10:55:37 +0200 |
commit | e91efbc50ba36be45919cdd6bc38a54367e65447 (patch) | |
tree | 084a50f4e5c0d68ccfda82b04a702dc958fd8419 /tests | |
parent | 06de20b0f11bb91800996609019a1b8b6d84665b (diff) | |
download | gnutls-e91efbc50ba36be45919cdd6bc38a54367e65447.tar.gz |
tests: removed remainders of pkcs11 tests from suite/
Diffstat (limited to 'tests')
-rw-r--r-- | tests/suite/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/suite/Makefile.am b/tests/suite/Makefile.am index f4093a8570..ea5d2d2cbc 100644 --- a/tests/suite/Makefile.am +++ b/tests/suite/Makefile.am @@ -90,7 +90,7 @@ nodist_check_SCRIPTS = testsrn.sh chain.sh invalid-cert.sh \ testrandom.sh if ENABLE_PKCS11 -nodist_check_SCRIPTS += testpkcs11.sh pkcs11-chainverify pkcs11-get-issuer crl-test +nodist_check_SCRIPTS += testpkcs11.sh crl-test endif TESTS_ENVIRONMENT = EXEEXT=$(EXEEXT) \ |