MCPcopy Create free account
hub / github.com/LPC4/Full-Stack / suite_root

Function suite_root

tests/integration/asm_fixes.rs:11–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9}
10
11fn compile_fixture(subdir: &str, name: &str) -> String {
12 let path = suite_root().join(subdir).join(format!("{name}.hll"));
13 let source = fs::read_to_string(&path)
14 .unwrap_or_else(|e| panic!("failed to read fixture {path:?}: {e}"));
15 let mut pipeline = CompilationPipeline::new();
16 pipeline.set_write_artifacts(false);

Callers 1

compile_fixtureFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected