Searched refs:test_shell_exec (Results 1 – 1 of 1) sorted by relevance
18 static void test_shell_exec(const char *line, int result) in test_shell_exec() function32 test_shell_exec("help", 0); in ZTEST()33 test_shell_exec("help fs", -EINVAL); in ZTEST()34 test_shell_exec("fs mount fat", -EINVAL); in ZTEST()35 test_shell_exec("fs mount littlefs", -EINVAL); in ZTEST()43 test_shell_exec("fs mount fat /RAM:", 0); in test_fs_fat_mount()47 test_shell_exec("fs mount littlefs /littlefs", 0); in test_fs_littlefs_mount()