1 #[test]
filetests() -> anyhow::Result<()>2 fn 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