Browse Source

Enable full CTest framework

This allows asking CTest for running the test suite under valgrind
merge-requests/1/head
Simon Richter 6 years ago
committed by Wayne Stambaugh
parent
commit
ac09c9c9d4
  1. 2
      CMakeLists.txt

2
CMakeLists.txt

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

Loading…
Cancel
Save