MCPcopy Create free account
hub / github.com/Kitware/CMake / MarkFinished

Method MarkFinished

Source/CTest/cmCTestMultiProcessHandler.cxx:1053–1058  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1051}
1052
1053void cmCTestMultiProcessHandler::MarkFinished()
1054{
1055 std::string fname =
1056 this->CTest->GetBinaryDir() + "/Testing/Temporary/CTestCheckpoint.txt";
1057 cmSystemTools::RemoveFile(fname);
1058}
1059
1060static Json::Value DumpToJsonArray(std::set<std::string> const& values)
1061{

Callers 1

RunTestsMethod · 0.95

Calls 1

GetBinaryDirMethod · 0.80

Tested by

no test coverage detected