MCPcopy Create free account
hub / github.com/LibertyOS-Development/kernel / testexec

Function testexec

src/lib.rs:107–115  ·  view source on GitHub ↗
(tests: &[&dyn CanTest])

Source from the content-addressed store, hash-verified

105}
106
107pub fn testexec(tests: &[&dyn CanTest])
108{
109 serprintln!("RUNNING {} TESTS:", tests.len());
110 for test in tests
111 {
112 test.exec();
113 }
114 exitqemu(QEMUExitCode::Success);
115}
116
117pub fn test_panic_handler(info: &PanicInfo) -> !
118{

Callers

nothing calls this directly

Calls 2

exitqemuFunction · 0.85
execMethod · 0.45

Tested by

no test coverage detected