From 5a1a76f64d8a306c67af129dd5d65732a662c945 Mon Sep 17 00:00:00 2001 From: Tim Haines Date: Mon, 22 Jun 2026 22:31:16 -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 cf0bbdd..6b126bd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,3 +31,5 @@ add_subdirectory(symtabAPI) add_subdirectory(tracetool) add_subdirectory(unstrip) add_subdirectory(unusedArgs) + +include(CTest)