Sorry, I've meant colobot_ut!

dev-ui
krzys-h 2013-04-27 14:01:13 +02:00
parent 95eca71ec5
commit 22c3f44c61
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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)