Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ AddTestGenerator
Method
AddTestGenerator
Source/cmMakefile.cxx:1426–1431 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1424
}
1425
1426
void cmMakefile::AddTestGenerator(std::unique_ptr<cmTestGenerator> g)
1427
{
1428
if (g) {
1429
this->TestGenerators.push_back(std::move(g));
1430
}
1431
}
1432
1433
bool cmMakefile::ExplicitlyGeneratesSbom() const
1434
{
Callers
2
cmAddTestCommand
Function · 0.80
cmAddTestCommandHandleNameMode
Function · 0.80
Calls
2
move
Function · 0.85
push_back
Method · 0.80
Tested by
2
cmAddTestCommand
Function · 0.64
cmAddTestCommandHandleNameMode
Function · 0.64