Class NativeBinariesTestPlugin
- java.lang.Object
-
- org.gradle.nativeplatform.test.plugins.NativeBinariesTestPlugin
-
@Incubating public abstract class NativeBinariesTestPlugin extends java.lang.Object implements Plugin<Project>
A plugin that sets up the infrastructure for testing native binaries.
-
-
Constructor Summary
Constructors Constructor Description NativeBinariesTestPlugin()
-
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.
-