Sorry, I've meant colobot_ut!
parent
95eca71ec5
commit
22c3f44c61
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue