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

Method UseExcludeRegExp

Source/CTest/cmCTestTestHandler.cxx:1840–1844  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1838}
1839
1840void cmCTestTestHandler::UseExcludeRegExp()
1841{
1842 this->UseExcludeRegExpFlag = true;
1843 this->UseExcludeRegExpFirst = !this->UseIncludeRegExpFlag;
1844}
1845
1846std::string cmCTestTestHandler::GetTestStatus(cmCTestTestResult const& result)
1847{

Callers 1

ProcessOptionsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected