diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-06-10 00:51:35 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-06-26 23:35:59 +0300 |
commit | 5fe07db8992b924069c4c358e557e88d2493f85f (patch) | |
tree | 8d959a23a5f8dde22e4f208d1bbf5665ee5068f7 /data | |
parent | 1cf2a378e64315d4ddf7e10f115e96d86365c3f8 (diff) | |
download | plus-5fe07db8992b924069c4c358e557e88d2493f85f.tar.gz plus-5fe07db8992b924069c4c358e557e88d2493f85f.tar.bz2 plus-5fe07db8992b924069c4c358e557e88d2493f85f.tar.xz plus-5fe07db8992b924069c4c358e557e88d2493f85f.zip |
add basic animation unit tests.
Diffstat (limited to 'data')
-rw-r--r-- | data/graphics/sprites/CMakeLists.txt | 1 | ||||
-rw-r--r-- | data/graphics/sprites/Makefile.am | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/data/graphics/sprites/CMakeLists.txt b/data/graphics/sprites/CMakeLists.txt index d8b3c4ea9..b076b3e75 100644 --- a/data/graphics/sprites/CMakeLists.txt +++ b/data/graphics/sprites/CMakeLists.txt @@ -8,6 +8,7 @@ SET(FILES manaplus_emotions.png manaplus_emote.xml manaplus_emotes.xml + test.xml ) INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/graphics/sprites) diff --git a/data/graphics/sprites/Makefile.am b/data/graphics/sprites/Makefile.am index eeb13f915..dc2d29e5e 100644 --- a/data/graphics/sprites/Makefile.am +++ b/data/graphics/sprites/Makefile.am @@ -9,7 +9,8 @@ sprites_DATA = \ error.xml \ manaplus_emotions.png\ manaplus_emote.xml \ - manaplus_emotes.xml + manaplus_emotes.xml \ + test.xml EXTRA_DIST = \ $(sprites_DATA) \ |