Function run_make_support::run::run_with_args
source ยท pub fn run_with_args(name: &str, args: &[&str]) -> CompletedProcess
Expand description
Run a built binary with one or more argument(s) and make sure it succeeds.
pub fn run_with_args(name: &str, args: &[&str]) -> CompletedProcess
Run a built binary with one or more argument(s) and make sure it succeeds.