api / org.gradle.nativeplatform.test.cpp.plugins

Package org.gradle.nativeplatform.test.cpp.plugins

Types

CppUnitTestPlugin

open class CppUnitTestPlugin : Plugin<ProjectInternal>

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.