Home
last modified time | relevance | path

Searched refs:test_shell_exec (Results 1 – 1 of 1) sorted by relevance

/Zephyr-Core-3.5.0/tests/subsys/fs/multi-fs/src/
Dtest_fs_shell.c18 static void test_shell_exec(const char *line, int result) in test_shell_exec() function
32 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()