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

Method cmTestGenerator

Source/cmTestGenerator.cxx:75–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73} // End: anonymous namespace
74
75cmTestGenerator::cmTestGenerator(
76 cmTest* test, std::vector<std::string> const& configurations)
77 : cmScriptGenerator("CTEST_CONFIGURATION_TYPE", configurations)
78 , Test(test)
79{
80 this->ActionsPerConfig = !test->GetOldStyle();
81 this->TestGenerated = false;
82 this->LG = nullptr;
83}
84
85cmTestGenerator::~cmTestGenerator() = default;
86

Callers

nothing calls this directly

Calls 1

GetOldStyleMethod · 0.80

Tested by

no test coverage detected