| 3497 | } |
| 3498 | |
| 3499 | void cmCTest::SetTimeLimit(cmValue val) |
| 3500 | { |
| 3501 | this->Impl->TimeLimit = |
| 3502 | val ? cmDuration(atof(val->c_str())) : cmCTest::MaxDuration(); |
| 3503 | } |
| 3504 | |
| 3505 | cmDuration cmCTest::GetElapsedTime() const |
| 3506 | { |
no test coverage detected