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

Function kernel_utilities_compiles

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

Source from the content-addressed store, hash-verified

60 assert_kernel_module_compiles("checks", kernel::CHECKS);
61}
62
63#[test]
64fn kernel_pmm_compiles() {
65 assert_kernel_module_compiles("pmm", kernel::PMM);
66}
67

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected