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

Function kernel_stdlib_full_bundle_compiles

tests/integration/kernel_modules.rs:39–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37
38#[test]
39fn kernel_entry_compiles() {
40 assert_kernel_module_compiles("entry", kernel::ENTRY);
41}
42
43#[test]
44fn kernel_trap_entry_compiles() {
45 assert_kernel_module_compiles("trap_entry", kernel::TRAP_ENTRY);

Callers

nothing calls this directly

Calls 1

compile_stdlib_objectsFunction · 0.85

Tested by

no test coverage detected