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

Method LoadScrapeRules

Source/CTest/cmCTestLaunch.cxx:347–358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

345}
346
347void cmCTestLaunch::LoadScrapeRules()
348{
349 if (this->ScrapeRulesLoaded) {
350 return;
351 }
352 this->ScrapeRulesLoaded = true;
353
354 // Load custom match rules given to us by CTest.
355 this->LoadScrapeRules("Warning", this->Reporter.RegexWarning);
356 this->LoadScrapeRules("WarningSuppress",
357 this->Reporter.RegexWarningSuppress);
358}
359
360void cmCTestLaunch::LoadScrapeRules(
361 char const* purpose, std::vector<cmsys::RegularExpression>& regexps) const

Callers 1

ScrapeLogMethod · 0.95

Calls 4

c_strMethod · 0.80
compileMethod · 0.80
push_backMethod · 0.80
cmStrCatFunction · 0.50

Tested by

no test coverage detected