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

Method SetAppendXML

Source/CTest/cmCTestGenericHandler.h:55–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 int GetSubmitIndex() { return this->SubmitIndex; }
54
55 void SetAppendXML(bool b) { this->AppendXML = b; }
56 void SetQuiet(bool b) { this->Quiet = b; }
57 bool GetQuiet() { return this->Quiet; }
58 void SetTestLoad(unsigned long load) { this->TestLoad = load; }

Callers 1

ExecuteHandlerCommandMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected