pub fn run_passes(
verbose: bool,
report_times: bool,
passes: &[String],
target: &str,
file: &str,
) -> Result<()>
Expand description
Used for ‘pass’ subcommand. Commands are interpreted as test and executed.
Directories are scanned recursively for test cases ending in .clif
.