Enable full CTest framework
This allows asking CTest for running the test suite under valgrind
This commit is contained in:
parent
c186e7d391
commit
ac09c9c9d4
|
@ -980,7 +980,7 @@ if( UNIX AND NOT APPLE )
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
#include( CTest )
|
include( CTest )
|
||||||
enable_testing()
|
enable_testing()
|
||||||
|
|
||||||
if( UNIX AND NOT APPLE )
|
if( UNIX AND NOT APPLE )
|
||||||
|
|
Loading…
Reference in New Issue