diff --git a/CMakeLists.txt b/CMakeLists.txt index d946d2d5..8ccb800e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -93,6 +93,7 @@ install(TARGETS mscclpp_static # Tests if (BUILD_TESTS) + enable_testing() # Called here to allow ctest from the build directory add_subdirectory(test) endif()