CppComponent
, Named
, SoftwareComponent
@Incubating public interface CppTestSuite extends CppComponent
Named.Namer
Modifier and Type | Method | Description |
---|---|---|
CppExecutable |
getDevelopmentBinary() |
Returns the binary of the component to use as the default for development.
|
CppExecutable |
getTestExecutable() |
Returns the executable that will be executed to run the tests.
|
getBaseName, getCppSource, getHeaderFiles, getImplementationDependencies, getPrivateHeaderDirs, getPrivateHeaders, getSource, privateHeaders, source
CppExecutable getDevelopmentBinary()
For test suites, this is the test executable binary.
getDevelopmentBinary
in interface CppComponent
CppExecutable getTestExecutable()