NativeTestSuiteBinarySpec

API Documentation:NativeTestSuiteBinarySpec

Note: This class is incubating and may change in a future version of Gradle.

An executable which runs a suite of tests.

Properties

PropertyDescription
buildable
Incubating

Can this binary be built in the current environment?

component
Incubating

The component that this binary was built from.

libs
Incubating

The libraries that should be linked into this binary.

linker
Incubating

The settings used for linking this binary.

source
Incubating

The source sets used to compile this binary.

staticLibArchiver
Incubating

The static archiver settings used for creating this binary.

tasks
Incubating

The set of tasks associated with this binary.

toolChain
Incubating

The ToolChain that will be used to build this binary.

Methods

MethodDescription
lib(library)
Incubating

Adds a library as input to this binary.

source(source)
Incubating

Adds one or more LanguageSourceSets that are used to compile this binary.

Script blocks

No script blocks

Property details

boolean buildable (read-only)

Note: This property is incubating and may change in a future version of Gradle.

Can this binary be built in the current environment?

NativeComponentSpec component (read-only)

Note: This property is incubating and may change in a future version of Gradle.

The component that this binary was built from.

Note: This property is incubating and may change in a future version of Gradle.

The libraries that should be linked into this binary.

Tool linker (read-only)

Note: This property is incubating and may change in a future version of Gradle.

The settings used for linking this binary.

Note: This property is incubating and may change in a future version of Gradle.

The source sets used to compile this binary.

Tool staticLibArchiver (read-only)

Note: This property is incubating and may change in a future version of Gradle.

The static archiver settings used for creating this binary.

NativeBinaryTasks tasks (read-only)

Note: This property is incubating and may change in a future version of Gradle.

The set of tasks associated with this binary.

ToolChain toolChain (read-only)

Note: This property is incubating and may change in a future version of Gradle.

The ToolChain that will be used to build this binary.

Method details

void lib(Object library)

Note: This method is incubating and may change in a future version of Gradle.

Adds a library as input to this binary.

This method accepts the following types:

The Map notation supports the following String attributes:

  • project: the path to the project containing the library (optional, defaults to current project)
  • library: the name of the library (required)
  • linkage: the library linkage required ['shared'/'static'] (optional, defaults to 'shared')

void source(Object source)

Note: This method is incubating and may change in a future version of Gradle.

Adds one or more LanguageSourceSets that are used to compile this binary.

This method accepts the following types: