1
0
mirror of https://github.com/sgmarz/osblog.git synced 2024-11-24 02:16:19 +04:00

Add testing shell

This commit is contained in:
Stephen Marz 2020-04-21 20:25:39 -04:00
parent b3e99659de
commit 8b2b670deb

View File

@ -192,5 +192,7 @@ pub mod syscall;
pub mod trap;
pub mod uart;
pub mod virtio;
#[cfg(test)]
pub mod test;