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