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

Function suite_root

tests/integration/compiler_suite.rs:8–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6use std::path::PathBuf;
7
8fn suite_root() -> PathBuf {
9 PathBuf::from(env!("CARGO_MANIFEST_DIR")).join("programs/test/compiler_suite")
10}
11
12fn collect_hll_files(dir: &PathBuf, files: &mut Vec<PathBuf>) {
13 if let Ok(entries) = fs::read_dir(dir) {

Callers 1

Calls

no outgoing calls

Tested by 1