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

Method ProcessHandler

Source/CTest/cmCTestScriptHandler.cxx:54–63  ·  view source on GitHub ↗

the generic entry point for handling scripts, this routine will run all the scripts provides a -S arguments

Source from the content-addressed store, hash-verified

52// the generic entry point for handling scripts, this routine will run all
53// the scripts provides a -S arguments
54int cmCTestScriptHandler::ProcessHandler()
55{
56 int res = 0;
57 for (size_t i = 0; i < this->ConfigurationScripts.size(); ++i) {
58 // for each script run it
59 res |= this->RunConfigurationScript(this->ConfigurationScripts[i],
60 this->ScriptProcessScope[i]);
61 }
62 return res;
63}
64
65void cmCTestScriptHandler::UpdateElapsedTime()
66{

Callers 1

RunScriptMethod · 0.45

Calls 2

sizeMethod · 0.45

Tested by

no test coverage detected