()
| 318 | #[test] |
| 319 | fn my_kernel_warns_for_unimplemented_device_tree() { |
| 320 | assert!( |
| 321 | kernel::MY_KERNEL.contains("klog.warn") && kernel::MY_KERNEL.contains("device tree"), |
| 322 | "unimplemented device-tree stub must emit a warning, not ok" |
| 323 | ); |
| 324 | } |
| 325 | |
| 326 | // --- End-to-end kernel boot execution --- |
nothing calls this directly
no test coverage detected