summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Quinson <mquinson@debian.org>2003-06-26 13:53:20 +0000
committerMartin Quinson <mquinson@debian.org>2003-06-26 13:53:20 +0000
commit3af052293ea5860796239e15799474d29f01014f (patch)
tree935a6e26d6541801972cd24f7cee0d00215a0820
parentd9b69c9ddb9bcfd2e7df4537cd8548b4f3c3fa7e (diff)
downloadquilt-3af052293ea5860796239e15799474d29f01014f.tar.gz
Add all tests in dist
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 5f78688..904259a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -40,7 +40,7 @@ ISODATE := $(shell date +%Y-%m-%d)
#-----------------------------------------------------------------------
DIRT += $(shell find -name '*~')
-DIRT += $(shell find -name '.#*')
+DIRT += $(shell find -name '.\#*')
SRC += COPYING AUTHORS TODO BUGS Makefile.in \
configure.ac config/install-sh \
@@ -90,7 +90,7 @@ PO := Makefile quilt.pot $(LINGUAS:%=%.po)
SRC += $(PO:%=po/%)
DIRT += po/*.mo
-SRC += test/one.test test/run
+SRC += $(wildcard test/*.test) test/run
#-----------------------------------------------------------------------