| 100 | } |
| 101 | |
| 102 | void cmTestGenerator::GenerateScriptConfigs(std::ostream& os, Indent indent) |
| 103 | { |
| 104 | // Create the tests. |
| 105 | this->cmScriptGenerator::GenerateScriptConfigs(os, indent); |
| 106 | } |
| 107 | |
| 108 | void cmTestGenerator::GenerateScriptActions(std::ostream& os, Indent indent) |
| 109 | { |
no outgoing calls
no test coverage detected