()
| 37 | |
| 38 | #[test] |
| 39 | fn kernel_entry_compiles() { |
| 40 | assert_kernel_module_compiles("entry", kernel::ENTRY); |
| 41 | } |
| 42 | |
| 43 | #[test] |
| 44 | fn kernel_trap_entry_compiles() { |
| 45 | assert_kernel_module_compiles("trap_entry", kernel::TRAP_ENTRY); |
nothing calls this directly
no test coverage detected