summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorPiotr Dziwinski <piotrdz@gmail.com>2013-05-11 19:04:43 +0200
committerPiotr Dziwinski <piotrdz@gmail.com>2013-05-11 21:22:03 +0200
commitcc8ed2979b14449f2dcf2b85daa7f13612d1dd00 (patch)
tree0306ee91dd849dc3fd7b26cbbf3f2a65db3f7188 /test
parent40954038abfbba7d1c5986c93f5d88f0e3da11ec (diff)
downloadcolobot-cc8ed2979b14449f2dcf2b85daa7f13612d1dd00.tar.gz
colobot-cc8ed2979b14449f2dcf2b85daa7f13612d1dd00.tar.bz2
colobot-cc8ed2979b14449f2dcf2b85daa7f13612d1dd00.zip
Fixed deleting of CObjectManager
* fix in CApplication destructor * re-enabled unit tests
Diffstat (limited to 'test')
-rw-r--r--test/unit/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/CMakeLists.txt b/test/unit/CMakeLists.txt
index 5f9a588..df92b9c 100644
--- a/test/unit/CMakeLists.txt
+++ b/test/unit/CMakeLists.txt
@@ -228,7 +228,7 @@ ${LIBSNDFILE_LIBRARY}
add_executable(colobot_ut ${COLOBOT_SOURCES} ${UT_SOURCES} ${OPENAL_SOURCES})
target_link_libraries(colobot_ut ${LIBS})
-#add_test(colobot_ut ./colobot_ut)
+add_test(colobot_ut ./colobot_ut)
# TODO: change the unit cases to independent automated tests to be included in colobot_ut
add_subdirectory(common)