Skip to main content

strat9_kernel/shell/commands/sys/
test_exec.rs

1use super::*;
2
3/// Run exec-related regression test routine.
4pub fn cmd_test_exec(args: &[String]) -> Result<(), ShellError> {
5    super::cmd_test_exec_impl(args)
6}