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