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
1 changed files with 1 additions and 1 deletions

View File

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