diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-02-23 23:02:52 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-02-23 23:02:52 +0300 |
commit | b882d8c240a1667a820adb703d3f7c84dfcd61c2 (patch) | |
tree | 6151b93d6c8d9c39447ac37d6e109be5a2a741c9 /data/test/Makefile.am | |
parent | e5071983c6d0281a92d79daae2f40252b67c1296 (diff) | |
download | manaverse-b882d8c240a1667a820adb703d3f7c84dfcd61c2.tar.gz manaverse-b882d8c240a1667a820adb703d3f7c84dfcd61c2.tar.bz2 manaverse-b882d8c240a1667a820adb703d3f7c84dfcd61c2.tar.xz manaverse-b882d8c240a1667a820adb703d3f7c84dfcd61c2.zip |
Add support for parsing zip archives.
Also add unit tests for test it.
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 3d4fa7f8e..8288f9426 100644 --- a/data/test/Makefile.am +++ b/data/test/Makefile.am @@ -19,6 +19,9 @@ test_DATA = \ test.txt \ test2.txt \ test.zip \ + test2.zip \ + test3.zip \ + test4.zip \ testintmap.xml \ units.xml |