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());
|
println!("Running {} tests", tests.len());
|
||||||
for test in tests {
|
for test in tests {
|
||||||
test();
|
test();
|
||||||
|
println!("[ok]");
|
||||||
}
|
}
|
||||||
println!("[success]");
|
println!("[success]");
|
||||||
qemu::semihosting::exit_success();
|
qemu::semihosting::exit_success();
|
||||||
|
|
Loading…
Reference in New Issue