vtkTestingDriver.cmake
Go to the documentation of this file.
1 SET(CMAKE_TESTDRIVER_BEFORE_TESTMAIN
2 "
3  vtksys::SystemInformation::SetStackTraceOnError(1);
4 
5  // turn on windows stack traces if applicable
6  vtkWindowsTestUtilitiesSetupForTesting();
7 
8  // init logging.
9  vtkLogger::Init(ac, av);
10 ")
11 
12 SET(CMAKE_TESTDRIVER_AFTER_TESTMAIN "")