diff options
| author | Andreas Gruenbacher <agruen@suse.de> | 2009-02-23 00:56:31 +0100 |
|---|---|---|
| committer | Andreas Gruenbacher <agruen@suse.de> | 2009-02-23 00:56:31 +0100 |
| commit | fc56f01affe5e7589065860a2de49b3c4f9d61ea (patch) | |
| tree | 6459ca17fcb7bf853b29d3ea2d37c80c63b292c5 /test | |
| parent | 9695ffe2630b29edbc10d6cd98432088ef7c1259 (diff) | |
| download | attr-fc56f01affe5e7589065860a2de49b3c4f9d61ea.tar.gz | |
Add root tests to tarballs as well
Signed-off-by: Andreas Gruenbacher <agruen@suse.de>
Diffstat (limited to 'test')
| -rw-r--r-- | test/Makefile | 2 |
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: |
