| 27 | #define TEST_RENAME_FILE TEST_MNT_PATH "/ut_renamed.txt" |
| 28 | |
| 29 | static void test_mkfs(void) |
| 30 | { |
| 31 | rt_err_t rst = dfs_mkfs(TEST_FS, TEST_BLOCK_DEV); |
| 32 | uassert_true(rst == 0); |
| 33 | } |
| 34 | |
| 35 | static void test_dfs_mount(void) |
| 36 | { |
nothing calls this directly
no test coverage detected