Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ filetests
Function
filetests
cranelift/tests/filetests.rs:2–6 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
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
}
Callers
nothing calls this directly
Calls
2
Ok
Function · 0.85
run
Function · 0.50
Tested by
no test coverage detected