api / org.gradle.nativeplatform.test.cpp

Package org.gradle.nativeplatform.test.cpp

Types

CppTestExecutable

interface CppTestExecutable : CppBinary, ComponentWithExecutable, ComponentWithInstallation, TestComponent

A test executable with tests implemented in C++.

CppTestSuite

interface CppTestSuite : CppComponent, TestSuiteComponent

A C++ test suite.