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

Function test_mkfs

components/dfs/utest/tc_dfs_api.c:29–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

dfs_mkfsFunction · 0.50

Tested by

no test coverage detected