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

Function run_test

tests/disas.rs:111–118  ·  view source on GitHub ↗
(path: &Path)

Source from the content-addressed store, hash-verified

109}
110
111fn run_test(path: &Path) -> Result<()> {
112 let mut test = Test::new(path)?;
113 let output = test.compile()?;
114
115 assert_output(&test, output)?;
116
117 Ok(())
118}
119#[derive(Debug, Deserialize)]
120#[serde(deny_unknown_fields)]
121struct TestConfig {

Callers 1

mainFunction · 0.70

Calls 4

assert_outputFunction · 0.85
OkFunction · 0.85
newFunction · 0.50
compileMethod · 0.45

Tested by

no test coverage detected