1#[test] 2fn filetests() -> anyhow::Result<()> { 3 // Run all the filetests in the following directories. 4 cranelift_filetests::run(false, false, &["filetests".into(), "docs".into()])?; 5 Ok(()) 6} 7 8