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

Function pmm_smoke_test_passes

crates/os-runtime/tests/boot.rs:384–391  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

382 assert!(
383 uart.contains("[ WARN ] device tree:"),
384 "device tree stub must emit warn; uart={uart:?}"
385 );
386 assert!(
387 uart.contains("[ OK ] interrupt controller online\n"),
388 "interrupt controller must initialize and report online; uart={uart:?}"
389 );
390}
391
392#[test]
393fn pmm_smoke_test_passes() {
394 let (uart, exit) = run_kernel_hll(kernel::MY_KERNEL);

Callers

nothing calls this directly

Calls 1

run_kernel_hllFunction · 0.70

Tested by

no test coverage detected