From 3433f9e2883e6a7f43e21ac0cfd233b2c74ee938 Mon Sep 17 00:00:00 2001 From: Mike Burns Date: Wed, 19 Nov 2014 21:39:44 -0800 Subject: Add test helper to the check task The `helper.sh` was not being distributed, which caused `make distcheck` to fail. Add it as data so that it's not processed but still distributed. --- test/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Makefile.am b/test/Makefile.am index e4d4a39..3aec9d7 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -27,5 +27,6 @@ TESTS = \ rcup-usage.t dist_check_SCRIPTS = $(TESTS) +dist_check_DATA = helper.sh LOG_COMPILER = cram -- cgit v1.2.3