summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2018-03-02 09:38:55 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2018-03-02 09:46:27 +0100
commit8bc71dc0ed272c10b6430a678858b8e973828cf8 (patch)
treeba39ce59100efd126720c1a57439d2079555b488 /tests/Makefile.am
parent803f2e10748995c6386bb54cad4ceaca6bd1c1b3 (diff)
downloadgnutls-8bc71dc0ed272c10b6430a678858b8e973828cf8.tar.gz
tests: eliminated destructive teststmp-simplify-nettle-check
That adds a dependency to p11-kit 0.23.10 for the test suite. Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 27d971232b..755743e253 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -388,9 +388,9 @@ dist_check_SCRIPTS += gnutls-cli-self-signed.sh
if ENABLE_PKCS11
dist_check_SCRIPTS += p11-kit-trust.sh
-if ENABLE_DESTRUCTIVE_TESTS
if HAVE_PKCS11_TRUST_STORE
-dist_check_SCRIPTS += destructive/p11-kit-load.sh
+if P11KIT_0_23_10_API
+dist_check_SCRIPTS += p11-kit-load.sh
indirect_tests += pkcs11/list-tokens
endif
endif