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

Function kernel_syscall_compiles

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

Source from the content-addressed store, hash-verified

85 assert_kernel_module_compiles("scheduler", kernel::SCHEDULER);
86}
87
88#[test]
89fn kernel_fs_compiles() {
90 assert_kernel_module_compiles("fs", kernel::FS);
91}
92

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected