Skip to main content

run_with_dir

Function run_with_dir 

Source
pub async fn run_with_dir(
    suite: &str,
    corpus_dir: Option<PathBuf>,
) -> Result<()>
Expand description

Entry point used by the CLI dispatcher — supports the gate suite with a corpus-dir argument. The CLI passes the path to eval/golden/ (resolved relative to the manifest via the --corpus flag, defaulting to eval/golden from the workspace root).