diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-03-29 19:26:56 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-03-29 19:26:56 +0300 |
commit | fdd94971fc164397bdf18cf7558b91283afc9769 (patch) | |
tree | a4439d5d527ee68e72e9411f4ecbd014580b2a7f /data/test/CMakeLists.txt | |
parent | f92c6c4807c44426b64747e047a3db9791810875 (diff) | |
download | manaverse-fdd94971fc164397bdf18cf7558b91283afc9769.tar.gz manaverse-fdd94971fc164397bdf18cf7558b91283afc9769.tar.bz2 manaverse-fdd94971fc164397bdf18cf7558b91283afc9769.tar.xz manaverse-fdd94971fc164397bdf18cf7558b91283afc9769.zip |
Add more tests for files utils.
Diffstat (limited to 'data/test/CMakeLists.txt')
-rw-r--r-- | data/test/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/test/CMakeLists.txt b/data/test/CMakeLists.txt index 83bbb8d5d..3336dcf8d 100644 --- a/data/test/CMakeLists.txt +++ b/data/test/CMakeLists.txt @@ -1,5 +1,6 @@ SET(FILES palette.gpl + simplefile.txt ) INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/test) |