summaryrefslogtreecommitdiff
path: root/kernel/src/testing/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/src/testing/mod.rs')
-rw-r--r--kernel/src/testing/mod.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/src/testing/mod.rs b/kernel/src/testing/mod.rs
index e328433..f9622bd 100644
--- a/kernel/src/testing/mod.rs
+++ b/kernel/src/testing/mod.rs
@@ -1,3 +1,5 @@
+pub mod panic;
pub mod runner;
+pub use panic::{panic, serial_panic, serial_should_panic, should_panic};
pub use runner::{serial_test_runner, serial_test_runner_panic, test_runner, test_runner_panic};