| 146 | } |
| 147 | |
| 148 | bool cmCTestTestCommand::InitialPass(std::vector<std::string> const& args, |
| 149 | cmExecutionStatus& status) const |
| 150 | { |
| 151 | static auto const parser = MakeTestParser<TestArguments>(); |
| 152 | |
| 153 | return this->Invoke(parser, args, status, [&](TestArguments& a) { |
| 154 | return this->ExecuteHandlerCommand(a, status); |
| 155 | }); |
| 156 | } |
no test coverage detected