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

Method GetTest

Source/cmMakefile.cxx:3722–3729  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3720}
3721
3722cmTest* cmMakefile::GetTest(std::string const& testName) const
3723{
3724 auto mi = this->Tests.find(testName);
3725 if (mi != this->Tests.end()) {
3726 return mi->second.get();
3727 }
3728 return nullptr;
3729}
3730
3731void cmMakefile::GetTests(std::string const& config,
3732 std::vector<cmTest*>& tests) const

Callers 9

CreateTestMethod · 0.95
HandleLevel1Method · 0.45
GetTestsMethod · 0.45
cmGetTestPropertyCommandFunction · 0.45
HandleTestModeFunction · 0.45
HandleTestModeFunction · 0.45
cmAddTestCommandFunction · 0.45

Calls 3

findMethod · 0.45
endMethod · 0.45
getMethod · 0.45

Tested by 4

cmGetTestPropertyCommandFunction · 0.36
cmAddTestCommandFunction · 0.36