From 8ee27c36bc0e3ecb8c5cbf1caf867378220c1a23 Mon Sep 17 00:00:00 2001 From: Tim Haines Date: Mon, 22 Jun 2026 22:54:26 -0500 Subject: [PATCH] Use CMake CTest module This is needed to upload ctest results to CDash. --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 888962205..8a6cdfb60 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -336,3 +336,5 @@ if(DYNINST_ENABLE_32BIT_TESTS) endif() include(${DYNINST_PLATFORM}/cmake-mutatees.txt) + +include(CTest)