]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Conditionally re-add pkcs11 system test
authorOndřej Surý <ondrej@isc.org>
Thu, 30 Apr 2020 07:43:48 +0000 (09:43 +0200)
committerMatthijs Mekking <matthijs@isc.org>
Thu, 30 Apr 2020 08:19:07 +0000 (10:19 +0200)
bin/tests/system/Makefile.am

index 43d5ea0eaf833fc7e786370d1e8a7c054d93638d..a63bbc8915a0a64ec7fa967583153360edf23a96 100644 (file)
@@ -210,6 +210,10 @@ endif HAVE_PYMOD_DNS
 
 endif HAVE_PYTHON
 
+if HAVE_PKCS11
+TESTS += pkcs11
+endif
+
 else !HAVE_PERL
 check:
        echo Perl is not available, no tests were ran