Class CppUnitTestPlugin
- java.lang.Object
-
- org.gradle.nativeplatform.test.cpp.plugins.CppUnitTestPlugin
-
public abstract class CppUnitTestPlugin extends java.lang.Object implements Plugin<Project>
A plugin that sets up the infrastructure for testing C++ binaries using a simple test executable. Gradle will create aRunTestExecutable
task that relies on the exit code of the binary.- Since:
- 4.4
-
-
Constructor Summary
Constructors Constructor Description CppUnitTestPlugin(org.gradle.language.internal.NativeComponentFactory componentFactory, org.gradle.language.nativeplatform.internal.toolchains.ToolChainSelector toolChainSelector, ObjectFactory objectFactory, org.gradle.api.internal.attributes.ImmutableAttributesFactory attributesFactory, TargetMachineFactory targetMachineFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
apply(Project project)
Apply this plugin to the given target object.
-
-
-
Constructor Detail
-
CppUnitTestPlugin
@Inject public CppUnitTestPlugin(org.gradle.language.internal.NativeComponentFactory componentFactory, org.gradle.language.nativeplatform.internal.toolchains.ToolChainSelector toolChainSelector, ObjectFactory objectFactory, org.gradle.api.internal.attributes.ImmutableAttributesFactory attributesFactory, TargetMachineFactory targetMachineFactory)
-
-