summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-03-29 19:26:56 +0300
committerAndrei Karas <akaras@inbox.ru>2016-03-29 19:26:56 +0300
commitfdd94971fc164397bdf18cf7558b91283afc9769 (patch)
treea4439d5d527ee68e72e9411f4ecbd014580b2a7f /data
parentf92c6c4807c44426b64747e047a3db9791810875 (diff)
downloadplus-fdd94971fc164397bdf18cf7558b91283afc9769.tar.gz
plus-fdd94971fc164397bdf18cf7558b91283afc9769.tar.bz2
plus-fdd94971fc164397bdf18cf7558b91283afc9769.tar.xz
plus-fdd94971fc164397bdf18cf7558b91283afc9769.zip
Add more tests for files utils.
Diffstat (limited to 'data')
-rw-r--r--data/test/CMakeLists.txt1
-rw-r--r--data/test/Makefile.am3
-rw-r--r--data/test/simplefile.txt2
3 files changed, 5 insertions, 1 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)
diff --git a/data/test/Makefile.am b/data/test/Makefile.am
index 904b30852..81e19612b 100644
--- a/data/test/Makefile.am
+++ b/data/test/Makefile.am
@@ -1,7 +1,8 @@
testdir = $(pkgdatadir)/data/test
test_DATA = \
- palette.gpl
+ palette.gpl \
+ simplefile.txt
EXTRA_DIST = \
$(test_DATA) \
diff --git a/data/test/simplefile.txt b/data/test/simplefile.txt
new file mode 100644
index 000000000..5ba62e4c1
--- /dev/null
+++ b/data/test/simplefile.txt
@@ -0,0 +1,2 @@
+this is test
+file. \ No newline at end of file