| 37 | #define WRITE_BUF_LEN (sizeof(write_buf) - 1) |
| 38 | |
| 39 | static void test_mkfs(void) |
| 40 | { |
| 41 | rt_err_t rst = dfs_mkfs(TEST_FS, TEST_BLOCK_DEV); |
| 42 | uassert_true(rst == 0); |
| 43 | } |
| 44 | |
| 45 | static void test_mount(void) |
| 46 | { |
nothing calls this directly
no test coverage detected