Extract the OSTD test runner as a kernel

This commit is contained in:
Zhang Junyang
2024-08-13 14:51:27 +00:00
committed by Tate, Hongliang Tian
parent cad36ecdab
commit be3492d7f0
24 changed files with 330 additions and 174 deletions

View File

@ -10,6 +10,7 @@ pub enum Errno {
ExecuteCommand = 5,
BuildCrate = 6,
RunBundle = 7,
BadCrateName = 8,
}
/// Print error message to console