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/CMakeLists.txt | |
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/CMakeLists.txt')
-rw-r--r-- | data/test/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/test/CMakeLists.txt b/data/test/CMakeLists.txt index 2141da3cc..7e76a7b99 100644 --- a/data/test/CMakeLists.txt +++ b/data/test/CMakeLists.txt @@ -15,6 +15,9 @@ SET(FILES test.txt test2.txt test.zip + test2.zip + test3.zip + test4.zip testintmap.xml units.xml ) |