From 87ce6f79b84c74f88d7984e43e94517119e44e0c Mon Sep 17 00:00:00 2001 From: Olli Saarikivi Date: Wed, 23 Aug 2023 00:24:28 +0000 Subject: [PATCH] Enable ctest in build root --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index d946d2d5c..8ccb800e3 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()