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

Method PreProcessHandler

Source/CTest/cmCTestMemCheckHandler.cxx:128–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128int cmCTestMemCheckHandler::PreProcessHandler()
129{
130 if (!this->InitializeMemoryChecking()) {
131 return 0;
132 }
133
134 if (!this->ExecuteCommands(this->CustomPreMemCheck)) {
135 cmCTestLog(this->CTest, ERROR_MESSAGE,
136 "Problem executing pre-memcheck command(s)." << std::endl);
137 return 0;
138 }
139 return 1;
140}
141
142int cmCTestMemCheckHandler::PostProcessHandler()
143{

Callers

nothing calls this directly

Calls 2

ExecuteCommandsMethod · 0.80

Tested by

no test coverage detected