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

Function kernel_trap_entry_compiles

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

Source from the content-addressed store, hash-verified

50 assert_kernel_module_compiles("trap_handler", kernel::TRAP_HANDLER);
51}
52
53#[test]
54fn kernel_utilities_compiles() {
55 assert_kernel_module_compiles("utilities", kernel::UTILITIES);
56}
57

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected