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

Method PopulateCustomVectors

Source/CTest/cmCTestMemCheckHandler.cxx:277–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275}
276
277void cmCTestMemCheckHandler::PopulateCustomVectors(cmMakefile* mf)
278{
279 this->cmCTestTestHandler::PopulateCustomVectors(mf);
280 this->CTest->PopulateCustomVector(mf, "CTEST_CUSTOM_PRE_MEMCHECK",
281 this->CustomPreMemCheck);
282 this->CTest->PopulateCustomVector(mf, "CTEST_CUSTOM_POST_MEMCHECK",
283 this->CustomPostMemCheck);
284
285 this->CTest->PopulateCustomVector(mf, "CTEST_CUSTOM_MEMCHECK_IGNORE",
286 this->CustomTestsIgnore);
287}
288
289int cmCTestMemCheckHandler::GetDefectCount() const
290{

Callers

nothing calls this directly

Calls 1

PopulateCustomVectorMethod · 0.80

Tested by

no test coverage detected