| 695 | } |
| 696 | |
| 697 | bool cmCTest::CTestFileExists(std::string const& filename) |
| 698 | { |
| 699 | std::string testingDir = cmStrCat(this->Impl->BinaryDir, "/Testing/", |
| 700 | this->Impl->CurrentTag, '/', filename); |
| 701 | return cmSystemTools::FileExists(testingDir); |
| 702 | } |
| 703 | |
| 704 | int cmCTest::ProcessSteps() |
| 705 | { |
no test coverage detected