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/Makefile.am | |
parent | f92c6c4807c44426b64747e047a3db9791810875 (diff) | |
download | plus-fdd94971fc164397bdf18cf7558b91283afc9769.tar.gz plus-fdd94971fc164397bdf18cf7558b91283afc9769.tar.bz2 plus-fdd94971fc164397bdf18cf7558b91283afc9769.tar.xz plus-fdd94971fc164397bdf18cf7558b91283afc9769.zip |
Add more tests for files utils.
Diffstat (limited to 'data/test/Makefile.am')
-rw-r--r-- | data/test/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
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) \ |