CppUnitTestPlugin

abstract class CppUnitTestPlugin : Plugin<T> (source)

A plugin that sets up the infrastructure for testing C++ binaries using a simple test executable. Gradle will create a RunTestExecutable task that relies on the exit code of the binary.

Since

4.4

Constructors

Link copied to clipboard
@Inject
constructor(componentFactory: NativeComponentFactory, toolChainSelector: ToolChainSelector, objectFactory: ObjectFactory, attributesFactory: ImmutableAttributesFactory, targetMachineFactory: TargetMachineFactory)

Functions

Link copied to clipboard
open fun apply(project: Project)