diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 09ae4b27..46b91cb7 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -26,4 +26,4 @@ endif(USE_JACK) # make test only runs tests, but doesnt build them -add_custom_target(check COMMAND ${CMAKE_CTEST_COMMAND} DEPENDS TestLoudnessFile TestCommon TestConfigSerialization TestStandardWrapper TestJackOutput) +add_custom_target(check COMMAND ${CMAKE_CTEST_COMMAND} DEPENDS TestLoudnessFile TestCommon TestConfigSerialization TestStandardWrapper)