| 3126 | } |
| 3127 | |
| 3128 | void cmCTest::AddSubmitFile(Part part, std::string const& name) |
| 3129 | { |
| 3130 | this->Impl->Parts[part].SubmitFiles.emplace_back(name); |
| 3131 | } |
| 3132 | |
| 3133 | std::vector<std::string> const& cmCTest::GetSubmitFiles(Part part) const |
| 3134 | { |
no test coverage detected