MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / test_mkfs

Function test_mkfs

components/dfs/utest/tc_posix_api.c:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37#define WRITE_BUF_LEN (sizeof(write_buf) - 1)
38
39static void test_mkfs(void)
40{
41 rt_err_t rst = dfs_mkfs(TEST_FS, TEST_BLOCK_DEV);
42 uassert_true(rst == 0);
43}
44
45static void test_mount(void)
46{

Callers

nothing calls this directly

Calls 1

dfs_mkfsFunction · 0.50

Tested by

no test coverage detected