diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-01-21 16:03:04 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-01-22 03:41:21 +0300 |
commit | df2ebd7874bf78e5226c03e8045fcf9a19daf4ad (patch) | |
tree | 2505335a18b8ea995d09df57224d5b12af3bd024 /data | |
parent | 2ac9749d809927c4c70244a34bf21ecee084aa78 (diff) | |
download | plus-df2ebd7874bf78e5226c03e8045fcf9a19daf4ad.tar.gz plus-df2ebd7874bf78e5226c03e8045fcf9a19daf4ad.tar.bz2 plus-df2ebd7874bf78e5226c03e8045fcf9a19daf4ad.tar.xz plus-df2ebd7874bf78e5226c03e8045fcf9a19daf4ad.zip |
Add physfs + zlib unit tests.
Also improve error messages in physfsrwops.
Diffstat (limited to 'data')
-rw-r--r-- | data/test/CMakeLists.txt | 2 | ||||
-rw-r--r-- | data/test/Makefile.am | 2 | ||||
-rw-r--r-- | data/test/hide.png | bin | 0 -> 368 bytes | |||
-rw-r--r-- | data/test/test.zip | bin | 0 -> 2798 bytes |
4 files changed, 4 insertions, 0 deletions
diff --git a/data/test/CMakeLists.txt b/data/test/CMakeLists.txt index 4a3dbfb63..504a3b85a 100644 --- a/data/test/CMakeLists.txt +++ b/data/test/CMakeLists.txt @@ -5,12 +5,14 @@ SET(FILES arrow_up_S.png dye.png equipmentwindow.xml + hide.png items.xml palette.gpl paths.xml quests.xml serverlistplus.xml simplefile.txt + test.zip testintmap.xml units.xml ) diff --git a/data/test/Makefile.am b/data/test/Makefile.am index 8a3f82be9..ba9cde3e8 100644 --- a/data/test/Makefile.am +++ b/data/test/Makefile.am @@ -7,12 +7,14 @@ test_DATA = \ arrow_up_S.png \ dye.png \ equipmentwindow.xml \ + hide.png \ items.xml \ palette.gpl \ paths.xml \ quests.xml \ serverlistplus.xml \ simplefile.txt \ + test.zip \ testintmap.xml \ units.xml diff --git a/data/test/hide.png b/data/test/hide.png Binary files differnew file mode 100644 index 000000000..d2417669a --- /dev/null +++ b/data/test/hide.png diff --git a/data/test/test.zip b/data/test/test.zip Binary files differnew file mode 100644 index 000000000..401d83780 --- /dev/null +++ b/data/test/test.zip |