diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-08-02 03:15:18 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-08-02 03:15:18 +0300 |
commit | d0d872ffeff89facdd35ce358bd4d9b73cf8332c (patch) | |
tree | 806e6d7b2c70a05de9b473505d0269945843e574 /data/test/Makefile.am | |
parent | 950c3109bcd8a69d77d22c316cfc6ab34abf5f22 (diff) | |
download | mv-d0d872ffeff89facdd35ce358bd4d9b73cf8332c.tar.gz mv-d0d872ffeff89facdd35ce358bd4d9b73cf8332c.tar.bz2 mv-d0d872ffeff89facdd35ce358bd4d9b73cf8332c.tar.xz mv-d0d872ffeff89facdd35ce358bd4d9b73cf8332c.zip |
Add all known windows into windows unit tests.
Diffstat (limited to 'data/test/Makefile.am')
-rw-r--r-- | data/test/Makefile.am | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/data/test/Makefile.am b/data/test/Makefile.am index 1f17ebca2..5000dbadb 100644 --- a/data/test/Makefile.am +++ b/data/test/Makefile.am @@ -5,9 +5,15 @@ test_DATA = \ arrow_up_A.png \ arrow_up_B.png \ arrow_up_S.png \ + dye.png \ + equipmentwindow.xml \ + items.xml \ palette.gpl \ + paths.xml \ + quests.xml \ serverlistplus.xml \ - simplefile.txt + simplefile.txt \ + units.xml EXTRA_DIST = \ $(test_DATA) \ |