Function bootstrap::core::build_steps::test::prepare_cargo_test

source ·
fn prepare_cargo_test(
    cargo: impl Into<Command>,
    libtest_args: &[&str],
    crates: &[String],
    primary_crate: &str,
    compiler: Compiler,
    target: TargetSelection,
    builder: &Builder<'_>
) -> Command
Expand description

Given a cargo test subcommand, pass it the appropriate test flags given a builder.