diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-02-15 03:36:05 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-02-15 03:36:05 +0300 |
commit | 35ff05fe5c98a26581a9282730a0a624605b70e1 (patch) | |
tree | c32a73d801fe7b0fb939f230394ddcedbae391bb /data/test/Makefile.am | |
parent | 8580c1f1b4e460536102798acca9f14c5e62b871 (diff) | |
download | plus-35ff05fe5c98a26581a9282730a0a624605b70e1.tar.gz plus-35ff05fe5c98a26581a9282730a0a624605b70e1.tar.bz2 plus-35ff05fe5c98a26581a9282730a0a624605b70e1.tar.xz plus-35ff05fe5c98a26581a9282730a0a624605b70e1.zip |
Add more unit tests for virtfs.
Also add some testing files.
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 |