From c25c684a847e11be80916e6de0608f11958d701d Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Sun, 8 Sep 2013 14:47:59 +0200 Subject: [PATCH] Make sure test scripts end up in the tarball. --- test/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/Makefile.am b/test/Makefile.am index dac577d8..a9c3895b 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -8,6 +8,8 @@ TESTS = \ sptps-basic.test \ variables.test +dist_check_SCRIPTS = $(TESTS) + EXTRA_DIST = testlib.sh check_PROGRAMS = pong -- 2.20.1