| 278 | } |
| 279 | |
| 280 | static 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 | |
| 289 | static void testcase(void) |
| 290 | { |
nothing calls this directly
no test coverage detected