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

Function utest_tc_cleanup

components/dfs/utest/tc_dfs_api.c:280–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278}
279
280static rt_err_t utest_tc_cleanup(void)
281{
282 /* Clean up test files */
283 dfs_file_unlink(TEST_FILE);
284 dfs_file_unlink(TEST_RENAME_FILE);
285 /* Don't unmount root filesystem */
286 return RT_EOK;
287}
288
289static void testcase(void)
290{

Callers

nothing calls this directly

Calls 1

dfs_file_unlinkFunction · 0.50

Tested by

no test coverage detected