From af42a93874132cbca201cb4fd2040498dc460285 Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Tue, 17 Dec 2019 11:24:48 +0100 Subject: [PATCH] tests: Add missing script to the release tarball --- tests/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index d1230d93..417f3b87 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -3,7 +3,8 @@ MAINTAINERCLEANFILES = $(srcdir)/Makefile.in dist_noinst_SCRIPTS = test-manpage.sh \ test-fuzzing.sh \ test-pkcs11-tool-test.sh \ - test-pkcs11-tool-sign-verify.sh + test-pkcs11-tool-sign-verify.sh \ + test-pkcs11-tool-allowed-mechanisms.sh TESTS = \ test-manpage.sh \