← Back to team overview

kicad-developers team mailing list archive

[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 7f6ee37a5..81e5dc8ae 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 )

Follow ups