diff options
Diffstat (limited to 'data/test/Makefile.am')
-rw-r--r-- | data/test/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/test/Makefile.am b/data/test/Makefile.am index de8aeacc8..2f7b7f0dd 100644 --- a/data/test/Makefile.am +++ b/data/test/Makefile.am @@ -1,3 +1,5 @@ +SUBDIRS = dir1 + testdir = $(pkgdatadir)/data/test test_DATA = \ @@ -15,6 +17,7 @@ test_DATA = \ serverlistplus.xml \ simplefile.txt \ test.txt \ + test2.txt \ test.zip \ testintmap.xml \ units.xml |