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

Method AddConfigurationScript

Source/CTest/cmCTestScriptHandler.cxx:45–50  ·  view source on GitHub ↗

just adds an argument to the vector

Source from the content-addressed store, hash-verified

43
44// just adds an argument to the vector
45void cmCTestScriptHandler::AddConfigurationScript(std::string const& script,
46 bool pscope)
47{
48 this->ConfigurationScripts.emplace_back(script);
49 this->ScriptProcessScope.push_back(pscope);
50}
51
52// the generic entry point for handling scripts, this routine will run all
53// the scripts provides a -S arguments

Callers 2

RunScriptsMethod · 0.80
RunScriptMethod · 0.80

Calls 2

emplace_backMethod · 0.80
push_backMethod · 0.80

Tested by

no test coverage detected