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

Method GenerateNotesFile

Source/cmCTest.cxx:1192–1203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1190}
1191
1192int cmCTest::GenerateNotesFile(cmake* cm,
1193 std::vector<std::string> const& files)
1194{
1195 cmGeneratedFileStream ofs;
1196 if (!this->OpenOutputFile(this->Impl->CurrentTag, "Notes.xml", ofs)) {
1197 cmCTestLog(this, ERROR_MESSAGE, "Cannot open notes file" << std::endl);
1198 return 1;
1199 }
1200 cmXMLWriter xml(ofs);
1201 this->GenerateCTestNotesOutput(xml, cm, files);
1202 return 0;
1203}
1204
1205int cmCTest::GenerateNotesFile(cmake* cm, std::string const& cfiles)
1206{

Callers 2

ProcessStepsMethod · 0.95
InitializeHandlerMethod · 0.80

Calls 3

OpenOutputFileMethod · 0.95
emptyMethod · 0.45

Tested by

no test coverage detected