diff options
Diffstat (limited to 'test/wopl-file/CMakeLists.txt')
-rw-r--r-- | test/wopl-file/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/wopl-file/CMakeLists.txt b/test/wopl-file/CMakeLists.txt index e969419..dc57b59 100644 --- a/test/wopl-file/CMakeLists.txt +++ b/test/wopl-file/CMakeLists.txt @@ -7,8 +7,8 @@ include_directories (${CMAKE_CURRENT_SOURCE_DIR}/../common add_executable(WoplFile wopl_file.cpp - ${libADLMIDI_SOURCE_DIR}/src/wopl/wopl_file.c + ${libADLMIDI_SOURCE_DIR}/src/wopl/wopl_file.c $<TARGET_OBJECTS:Catch-objects>) target_compile_definitions(WoplFile PRIVATE GSL_THROW_ON_CONTRACT_VIOLATION) -add_test(NAME WoplFileTest COMMAND WoplFile) +add_test(NAME WoplFileTest COMMAND WoplFile WORKING_DIRECTORY "${libADLMIDI_SOURCE_DIR}") |