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

Method PostProcessHandler

Source/CTest/cmCTestTestHandler.cxx:338–346  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

336}
337
338int cmCTestTestHandler::PostProcessHandler()
339{
340 if (!this->ExecuteCommands(this->CustomPostTest)) {
341 cmCTestLog(this->CTest, ERROR_MESSAGE,
342 "Problem executing post-test command(s)." << std::endl);
343 return 0;
344 }
345 return 1;
346}
347
348int cmCTestTestHandler::ProcessHandler()
349{

Callers 1

ProcessHandlerMethod · 0.95

Calls 1

ExecuteCommandsMethod · 0.95

Tested by

no test coverage detected