From ac09c9c9d43549a80eb9d7ca4592265cef471c46 Mon Sep 17 00:00:00 2001 From: Simon Richter Date: Sat, 23 Nov 2019 01:23:01 +0100 Subject: [PATCH] Enable full CTest framework This allows asking CTest for running the test suite under valgrind --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 81249d8b04..7c1105cdca 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -980,7 +980,7 @@ if( UNIX AND NOT APPLE ) ) endif() -#include( CTest ) +include( CTest ) enable_testing() if( UNIX AND NOT APPLE )