diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-02-14 23:19:48 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-02-14 23:19:48 +0300 |
commit | 9e16f95bd0083af4eeacba5850c22d95529cce79 (patch) | |
tree | 924b21a0ffad1369f27f76916eb66604e3b128df /data/test/Makefile.am | |
parent | 1070c686aede19ceb1c359ae0d9bd26874d03d96 (diff) | |
download | mv-9e16f95bd0083af4eeacba5850c22d95529cce79.tar.gz mv-9e16f95bd0083af4eeacba5850c22d95529cce79.tar.bz2 mv-9e16f95bd0083af4eeacba5850c22d95529cce79.tar.xz mv-9e16f95bd0083af4eeacba5850c22d95529cce79.zip |
Add unit test for creation window CharCreateDialog.
Diffstat (limited to 'data/test/Makefile.am')
-rw-r--r-- | data/test/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/data/test/Makefile.am b/data/test/Makefile.am index fd185e722..0fb49e6a1 100644 --- a/data/test/Makefile.am +++ b/data/test/Makefile.am @@ -24,7 +24,11 @@ test_DATA = \ test4.zip \ test5.zip \ testintmap.xml \ - units.xml + units.xml \ + graphics/sprites/hairstyles/hairstyle01.png \ + graphics/sprites/hairstyles/hairstyle01.xml \ + graphics/sprites/hairstyles/hairstyle02.png \ + graphics/sprites/hairstyles/hairstyle02.xml EXTRA_DIST = \ $(test_DATA) \ |