| 875 | } |
| 876 | |
| 877 | std::string cmCTest::GetTestGroupString() const |
| 878 | { |
| 879 | if (!this->Impl->SpecificGroup.empty()) { |
| 880 | return this->Impl->SpecificGroup; |
| 881 | } |
| 882 | return this->GetTestModelString(); |
| 883 | } |
| 884 | |
| 885 | int cmCTest::GetTestModelFromString(std::string const& str) |
| 886 | { |
no test coverage detected