From 56ff31b13501cfee8aa256d72fbfb1b4f58e57df Mon Sep 17 00:00:00 2001 From: Snaipe Date: Tue, 17 Mar 2015 14:59:25 +0100 Subject: [PATCH] Fixed make distcheck not distributing test scripts --- samples/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/samples/Makefile.am b/samples/Makefile.am index ba6868c..6660f1c 100644 --- a/samples/Makefile.am +++ b/samples/Makefile.am @@ -17,6 +17,8 @@ SCRIPT_TESTS = tests/tap_test.sh \ tests/verbose.sh \ tests/help.sh +EXTRA_DIST = $(SCRIPT_TESTS) + tests/tap_test.sh: simple signal asserts tests/early_exit.sh: simple tests/verbose.sh: simple