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

Method GenerateXMLHeader

Source/CTest/cmCTestBuildHandler.cxx:461–469  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

459}
460
461void cmCTestBuildHandler::GenerateXMLHeader(cmXMLWriter& xml)
462{
463 this->CTest->StartXML(xml, this->CMake, this->AppendXML);
464 this->CTest->GenerateSubprojectsOutput(xml);
465 xml.StartElement("Build");
466 xml.Element("StartDateTime", this->StartBuild);
467 xml.Element("StartBuildTime", this->StartBuildTime);
468 xml.Element("BuildCommand", this->GetMakeCommand());
469}
470
471class cmCTestBuildHandler::FragmentCompare
472{

Callers 1

ProcessHandlerMethod · 0.95

Calls 5

GetMakeCommandMethod · 0.95
StartXMLMethod · 0.80
StartElementMethod · 0.45
ElementMethod · 0.45

Tested by

no test coverage detected