summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2009-02-23 00:56:31 +0100
committerAndreas Gruenbacher <agruen@suse.de>2009-02-23 00:56:31 +0100
commitfc56f01affe5e7589065860a2de49b3c4f9d61ea (patch)
tree6459ca17fcb7bf853b29d3ea2d37c80c63b292c5
parent9695ffe2630b29edbc10d6cd98432088ef7c1259 (diff)
downloadattr-fc56f01affe5e7589065860a2de49b3c4f9d61ea.tar.gz
Add root tests to tarballs as well
Signed-off-by: Andreas Gruenbacher <agruen@suse.de>
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 8834723..e90b123 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -10,7 +10,7 @@ EXT = $(wildcard ext/*.test)
ROOT = $(wildcard root/*.test)
# ensure we pick these up in the source tarball
-LSRCFILES = $(TEST) $(EXT) run README
+LSRCFILES = $(TEST) $(EXT) $(ROOT) run README
default install install-dev install-lib: