From 0fe341c34ee3e39fb0c8957e3ccfb9260ce268e8 Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Thu, 2 Jan 2020 13:11:29 +0100 Subject: [PATCH] Add missing dist file for tests --- tests/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 417f3b87..752d0e0b 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,6 +1,7 @@ MAINTAINERCLEANFILES = $(srcdir)/Makefile.in -dist_noinst_SCRIPTS = test-manpage.sh \ +dist_noinst_SCRIPTS = common.sh \ + test-manpage.sh \ test-fuzzing.sh \ test-pkcs11-tool-test.sh \ test-pkcs11-tool-sign-verify.sh \