MCPcopy 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]
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}

Callers

nothing calls this directly

Calls 2

OkFunction · 0.85
runFunction · 0.50

Tested by

no test coverage detected