MCPcopy Create free account
hub / github.com/Kitware/CMake / PreProcessHandler

Method PreProcessHandler

Source/CTest/cmCTestTestHandler.cxx:328–336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326}
327
328int cmCTestTestHandler::PreProcessHandler()
329{
330 if (!this->ExecuteCommands(this->CustomPreTest)) {
331 cmCTestLog(this->CTest, ERROR_MESSAGE,
332 "Problem executing pre-test command(s)." << std::endl);
333 return 0;
334 }
335 return 1;
336}
337
338int cmCTestTestHandler::PostProcessHandler()
339{

Callers 1

ProcessHandlerMethod · 0.95

Calls 1

ExecuteCommandsMethod · 0.95

Tested by

no test coverage detected