tests: Add missing script to the release tarball

This commit is contained in:
Jakub Jelen 2019-12-17 11:24:48 +01:00 committed by Frank Morgner
parent ee78b0b805
commit af42a93874
1 changed files with 2 additions and 1 deletions

View File

@ -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 \