MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / logged_filetests

Function logged_filetests

cranelift/tests/logged-filetests.rs:11–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9/// [#10529]: https://github.com/bytecodealliance/wasmtime/issues/10529
10#[test]
11fn logged_filetests() -> anyhow::Result<()> {
12 env_logger::Builder::new()
13 .filter_module(
14 "cranelift_codegen::machinst::lower",
15 log::LevelFilter::Trace,
16 )
17 .is_test(true)
18 .init();
19 cranelift_filetests::run(false, false, &["filetests".into(), "docs".into()])?;
20 Ok(())
21}

Callers

nothing calls this directly

Calls 4

OkFunction · 0.85
newFunction · 0.50
runFunction · 0.50
initMethod · 0.45

Tested by

no test coverage detected