compiledBinaryName property

String compiledBinaryName
final

The compiled binary name (without path).

The test runner is compiled to bin/<compiledBinaryName> and used for all script executions. Default: 'd4'.

Implementation

final String compiledBinaryName;