Cpp Test Executable
interface CppTestExecutable : CppBinary, ComponentWithExecutable, ComponentWithInstallation, TestComponent(source)
A test executable with tests implemented in C++.
Since
4.5
Properties
Link copied to clipboard
The dependency resolution attribute use to indicate whether a binary is debuggable or not.
Link copied to clipboard
The dependency resolution attribute use to indicate which linkage a binary uses.
Link copied to clipboard
The dependency resolution attribute use to indicate whether a binary is optimized or not.
Functions
Link copied to clipboard
Returns the base name of this component.
Link copied to clipboard
Returns the header directories to use to compile this binary.
Link copied to clipboard
Returns the compile task for this binary.
Link copied to clipboard
Returns the C++ source files of this binary.
Link copied to clipboard
Returns the dependencies of this component.
Link copied to clipboard
Returns the executable file to produce.
Link copied to clipboard
Returns the task that should be run to produce the executable file of this component.
Link copied to clipboard
Returns the installation directory.
Link copied to clipboard
Returns the install task.
Link copied to clipboard
Returns the link libraries to use to link this binary.
Link copied to clipboard
Returns the link task for the executable.
Link copied to clipboard
Returns the object files created for this component.
Link copied to clipboard
Returns the task that runs the tests for this component.
Link copied to clipboard
Returns the runtime libraries required by this binary.
Link copied to clipboard
Returns the target machine for this component.
Link copied to clipboard
Returns the target platform for this component.
Link copied to clipboard
Returns the tool chain for this component.
Link copied to clipboard
Returns true if this component has debugging enabled.
Link copied to clipboard
Returns true if this component is optimized.