Commit 7bbb33663ed8d0954a4aee391b8ac6015ab992d3
1 parent
2e73339b
run the test from the openbr source dir
Showing
1 changed file
with
1 additions
and
1 deletions
app/br/CMakeLists.txt
| @@ -7,5 +7,5 @@ target_link_libraries(br openbr ${CMAKE_THREAD_LIBS_INIT}) | @@ -7,5 +7,5 @@ target_link_libraries(br openbr ${CMAKE_THREAD_LIBS_INIT}) | ||
| 7 | qt5_use_modules(br ${QT_DEPENDENCIES}) | 7 | qt5_use_modules(br ${QT_DEPENDENCIES}) |
| 8 | 8 | ||
| 9 | install(TARGETS br RUNTIME DESTINATION bin) | 9 | install(TARGETS br RUNTIME DESTINATION bin) |
| 10 | -add_test(NAME br_initialize WORKING_DIRECTORY ${CMAKE_BINARY_DIR} COMMAND br) | 10 | +add_test(NAME br_initialize WORKING_DIRECTORY ${PROJECT_SOURCE_DIR} COMMAND br) |
| 11 | 11 |