7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-18 22:31:40 +00:00

Enable full CTest framework

This allows asking CTest for running the test suite under valgrind
This commit is contained in:
Simon Richter 2019-11-23 01:23:01 +01:00 committed by Wayne Stambaugh
parent c186e7d391
commit ac09c9c9d4

View File

@ -980,7 +980,7 @@ if( UNIX AND NOT APPLE )
)
endif()
#include( CTest )
include( CTest )
enable_testing()
if( UNIX AND NOT APPLE )