Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
bytecodealliance
GitHub Repository: bytecodealliance/wasmtime
Path: blob/main/cranelift/tests/filetests.rs
1692 views
1
#[test]
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
8