mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-24 00:31:34 +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]
|
||||
}
|
||||
|
||||
#[doc(hidden)]
|
||||
pub fn agb_start_tests(gba: Gba, test_main: impl Fn()) -> ! {
|
||||
unsafe { TEST_GBA = Some(gba) };
|
||||
test_main();
|
||||
|
|
Loading…
Reference in a new issue