Commit 5e43e7b46c9b231742d7cb4ac2473879756aefd9

Gaetan Nadon 2010-12-09T19:51:41

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>

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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