Skip to main content

build_test_command

Function build_test_command 

Source
pub fn build_test_command(
    program: &str,
    project_dir: &Path,
    base_args: &[&str],
    extra_args: &[String],
) -> Command
Expand description

Build a Command with the given program and arguments, set to run in the project dir.