| 38 extern "C" { |
38 extern "C" { |
| 39 #endif |
39 #endif |
| 40 |
40 |
| 41 VFS* testvfs_create(Session *sn); |
41 VFS* testvfs_create(Session *sn); |
| 42 |
42 |
| 43 UCX_TEST(test_vfs_open); |
43 CX_TEST(test_vfs_open); |
| 44 UCX_TEST(test_vfs_mkdir); |
44 CX_TEST(test_vfs_mkdir); |
| 45 UCX_TEST(test_vfs_opendir); |
45 CX_TEST(test_vfs_opendir); |
| 46 UCX_TEST(test_vfs_readdir); |
46 CX_TEST(test_vfs_readdir); |
| 47 UCX_TEST(test_vfs_unlink); |
47 CX_TEST(test_vfs_unlink); |
| 48 UCX_TEST(test_vfs_rmdir); |
48 CX_TEST(test_vfs_rmdir); |
| 49 |
49 |
| 50 #ifdef __cplusplus |
50 #ifdef __cplusplus |
| 51 } |
51 } |
| 52 #endif |
52 #endif |
| 53 |
53 |