diff -r 1df803e06076 -r bc8f8ddbad2e src/server/test/vfs.h --- a/src/server/test/vfs.h Sun May 31 16:58:23 2020 +0200 +++ b/src/server/test/vfs.h Sun May 31 17:31:43 2020 +0200 @@ -44,6 +44,8 @@ UCX_TEST(test_vfs_mkdir); UCX_TEST(test_vfs_opendir); UCX_TEST(test_vfs_readdir); +UCX_TEST(test_vfs_unlink); +UCX_TEST(test_vfs_rmdir); #ifdef __cplusplus }