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

Function test_posix_rmdir

components/dfs/utest/tc_posix_api.c:186–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184}
185
186static void test_posix_rmdir(void)
187{
188 int rst = rmdir(TEST_DIR);
189 if (rst != 0)
190 {
191 rt_kprintf("[ERROR] rmdir failed with result = %d\n", rst);
192 }
193 uassert_true(rst == 0);
194}
195
196static void test_posix_rename(void)
197{

Callers

nothing calls this directly

Calls 2

rt_kprintfFunction · 0.85
rmdirFunction · 0.50

Tested by

no test coverage detected