summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorerihel <erihel@gmail.com>2013-04-29 14:29:12 +0200
committererihel <erihel@gmail.com>2013-04-29 14:29:12 +0200
commit2ba146cd63cefd58f5ff464b5b94e43740cf0700 (patch)
tree80edae03c2b769b5c6e79e7f43b9ad34d804c87e /test
parent64162a0e6ffd799caddac98b8daa6fa4f31b7d64 (diff)
downloadcolobot-2ba146cd63cefd58f5ff464b5b94e43740cf0700.tar.gz
colobot-2ba146cd63cefd58f5ff464b5b94e43740cf0700.tar.bz2
colobot-2ba146cd63cefd58f5ff464b5b94e43740cf0700.zip
Fixed problem with test compilation
Altered test cmake files to fix linker problem. Changed tga to png in pyro. Changed enum in CMotionDummy.
Diffstat (limited to 'test')
-rw-r--r--test/unit/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit/CMakeLists.txt b/test/unit/CMakeLists.txt
index fbe9e7c..5f9a588 100644
--- a/test/unit/CMakeLists.txt
+++ b/test/unit/CMakeLists.txt
@@ -89,6 +89,7 @@ ${SRC_DIR}/object/motion/motionspider.cpp
${SRC_DIR}/object/motion/motiontoto.cpp
${SRC_DIR}/object/motion/motionvehicle.cpp
${SRC_DIR}/object/motion/motionworm.cpp
+${SRC_DIR}/object/motion/motiondummy.cpp
${SRC_DIR}/object/object.cpp
${SRC_DIR}/object/objman.cpp
${SRC_DIR}/object/robotmain.cpp