summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2010-12-09 19:51:41 -0500
committerGaetan Nadon <memsize@videotron.ca>2010-12-18 11:19:57 -0500
commit5e43e7b46c9b231742d7cb4ac2473879756aefd9 (patch)
tree3d6b90fa0642b7a16d884aa78f9db555762514f1
parentf424bd8f5ffb9c5fb26f52ed70bdfbebf28bcc7a (diff)
config: distribute the .sh test programs and test data
The test programs and the test data are required in the tarball and needed for distcheck. Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r--test/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 892ab91..02ca6ee 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -7,5 +7,12 @@ TESTS_ENVIRONMENT = $(SHELL)
check_PROGRAMS = xkey filecomp namescomp rulescomp canonicalise
TESTS = $(check_PROGRAMS:=.sh)
+EXTRA_DIST = \
+ $(TESTS) \
+ bad.xkb \
+ basic.xkb \
+ default.xkb \
+ named.xkb
+
clean-local:
rm -f *.log