From: Ondřej Surý Date: Thu, 30 Apr 2020 07:43:48 +0000 (+0200) Subject: Conditionally re-add pkcs11 system test X-Git-Tag: v9.17.2~111^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=345ac0785de3bd3e55b16567984542039484c5e6;p=thirdparty%2Fbind9.git Conditionally re-add pkcs11 system test --- diff --git a/bin/tests/system/Makefile.am b/bin/tests/system/Makefile.am index 43d5ea0eaf8..a63bbc8915a 100644 --- a/bin/tests/system/Makefile.am +++ b/bin/tests/system/Makefile.am @@ -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