Improve test runner
This commit is contained in:
parent
d572b2c297
commit
e6d4bf6095
|
@ -12,6 +12,7 @@ pub fn test_runner(tests: &[&dyn Fn()]) {
|
|||
println!("Running {} tests", tests.len());
|
||||
for test in tests {
|
||||
test();
|
||||
println!("[ok]");
|
||||
}
|
||||
println!("[success]");
|
||||
qemu::semihosting::exit_success();
|
||||
|
|
Loading…
Reference in New Issue