mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-11 17:41:33 +11:00
agb_start_tests can now be doc(hidden)
This commit is contained in:
parent
20aebd349a
commit
0111ec43bb
|
@ -369,6 +369,7 @@ pub mod test_runner {
|
||||||
loop {} // full implementation provided by the #[entry]
|
loop {} // full implementation provided by the #[entry]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[doc(hidden)]
|
||||||
pub fn agb_start_tests(gba: Gba, test_main: impl Fn()) -> ! {
|
pub fn agb_start_tests(gba: Gba, test_main: impl Fn()) -> ! {
|
||||||
unsafe { TEST_GBA = Some(gba) };
|
unsafe { TEST_GBA = Some(gba) };
|
||||||
test_main();
|
test_main();
|
||||||
|
|
Loading…
Reference in a new issue