| 287 | } |
| 288 | |
| 289 | std::string cmCTest::GetCostDataFile() |
| 290 | { |
| 291 | std::string fname = this->GetCTestConfiguration("CostDataFile"); |
| 292 | if (fname.empty()) { |
| 293 | fname = this->GetBinaryDir() + "/Testing/Temporary/CTestCostData.txt"; |
| 294 | } |
| 295 | return fname; |
| 296 | } |
| 297 | |
| 298 | std::string cmCTest::DecodeURL(std::string const& in) |
| 299 | { |
no test coverage detected