summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorkrzys-h <krzys_h@interia.pl>2013-04-27 14:01:13 +0200
committerkrzys-h <krzys_h@interia.pl>2013-04-27 14:01:22 +0200
commit22c3f44c61c9fbb826c5c0e18baba4e6952364af (patch)
tree51df68cb384d8f221a498c5f408561cb14f90024 /test
parent95eca71ec5353e066b512566a63f24d91c781ab5 (diff)
downloadcolobot-22c3f44c61c9fbb826c5c0e18baba4e6952364af.tar.gz
colobot-22c3f44c61c9fbb826c5c0e18baba4e6952364af.tar.bz2
colobot-22c3f44c61c9fbb826c5c0e18baba4e6952364af.zip
Sorry, I've meant colobot_ut!
Diffstat (limited to 'test')
-rw-r--r--test/unit/CMakeLists.txt2
-rw-r--r--test/unit/ui/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/unit/CMakeLists.txt b/test/unit/CMakeLists.txt
index 62aed10..fbe9e7c 100644
--- a/test/unit/CMakeLists.txt
+++ b/test/unit/CMakeLists.txt
@@ -227,7 +227,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)
diff --git a/test/unit/ui/CMakeLists.txt b/test/unit/ui/CMakeLists.txt
index a02d163..148e45e 100644
--- a/test/unit/ui/CMakeLists.txt
+++ b/test/unit/ui/CMakeLists.txt
@@ -44,4 +44,4 @@ target_link_libraries(edit_test gtest gmock clipboard ${SDL_LIBRARY} ${SDLTTF_LI
-#add_test(edit_test ./edit_test)
+add_test(edit_test ./edit_test)