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

Function kernel_fs_compiles

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

Source from the content-addressed store, hash-verified

95// reference. On failure, inspect spawn_user_process first.
96
97#[test]
98fn my_kernel_compiles() {
99 assert_kernel_module_compiles("my_kernel", kernel::MY_KERNEL);
100}
101
102#[test]

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected