diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 413f4b2..b302a7b 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -46,7 +46,7 @@ if(CXXTEST_FOUND) target_link_libraries(testCppUtils CppUtils gcov) endif() -add_custom_target( test +add_custom_target( cpp_utils_test COMMAND ./tools/run_test.sh ./testCppUtils DEPENDS testCppUtils )