Struct escargot::CargoTest[][src]

pub struct CargoTest { /* fields omitted */ }

The test subcommand.

Methods

impl CargoTest
[src]

Shortcut to create a test subcommand.

Compile, but don't run tests.

Build artifacts in release mode, with optimizations.

Build artifacts in release mode if the current process has, with optimizations.

Build for the target triple.

Build for the current process' triple.

Manually pass an argument that is unsupported.

Caution: Passing in -- can throw off the API.

Trait Implementations

impl Default for CargoTest
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for CargoTest

impl !Sync for CargoTest