pub fn build_test_command( program: &str, project_dir: &Path, base_args: &[&str], extra_args: &[String], ) -> Command
Build a Command with the given program and arguments, set to run in the project dir.