Fixed test binaries location

dev-ui
Piotr Dziwinski 2013-06-29 00:31:30 +02:00
parent a4b3b7d0af
commit 3e8568bda4
2 changed files with 2 additions and 2 deletions

View File

@ -232,7 +232,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 ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/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 ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/edit_test)