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

Method InitialPass

Source/CTest/cmCTestTestCommand.cxx:148–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146}
147
148bool 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}

Callers 1

operator()Method · 0.45

Calls 2

InvokeMethod · 0.80
ExecuteHandlerCommandMethod · 0.80

Tested by

no test coverage detected