You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
SET(CMAKE_TESTDRIVER_BEFORE_TESTMAIN
|
|
"
|
|
vtksys::SystemInformation::SetStackTraceOnError(1);
|
|
|
|
// turn on windows stack traces if applicable
|
|
vtkWindowsTestUtilitiesSetupForTesting();
|
|
|
|
// init logging.
|
|
vtkLogger::Init(ac, av);
|
|
")
|
|
|
|
SET(CMAKE_TESTDRIVER_AFTER_TESTMAIN "")
|