From 2029ab3dd6bc7ad55eae01119b819f355430cbf0 Mon Sep 17 00:00:00 2001 From: Tim Haines Date: Mon, 22 Jun 2026 22:25:44 -0500 Subject: [PATCH] Use CMake CTest module This is needed to upload ctest results to CDash. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 57e1864..7b544a7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ option( find_package(Dyninst 13.0.0 REQUIRED) -enable_testing() +include(CTest) add_subdirectory(common) add_subdirectory(dataflowAPI)