MCPcopy Index your code
hub / github.com/Kitware/CMake / CTestFileExists

Method CTestFileExists

Source/cmCTest.cxx:697–702  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

695}
696
697bool 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
704int cmCTest::ProcessSteps()
705{

Callers 1

AddIfExistsMethod · 0.95

Calls 2

cmStrCatFunction · 0.70
FileExistsFunction · 0.50

Tested by

no test coverage detected