yaffs More tests added to direct/timothy_tests/quick_tests/
[yaffs2.git] / direct / timothy_tests / quick_tests / quick_tests.h
index 213566389cb9b598ad686e823c22962e4d8e4606..12bfe49cb380d90eae15838b7bc2fa6c151929eb 100644 (file)
 #include "test_yaffs_link_ENOTDIR.h"
 #include "test_yaffs_link_ENOTDIR2.h"
 
+#include "test_yaffs_rmdir.h"
+
 #include "yaffsfs.h"
 #include "yaffs_error_converter.h"
 #include "lib.h"
@@ -279,8 +281,9 @@ test_template test_list[]={
        {test_yaffs_link_ENOENT,test_yaffs_link_ENOENT_clean,"test_yaffs_link_ENOENT"},
        {test_yaffs_link_EEXIST,test_yaffs_link_EEXIST_clean,"test_yaffs_link_EEXIST"},
        {test_yaffs_link_ENOTDIR,test_yaffs_link_ENOTDIR_clean,"test_yaffs_link_ENOTDIR"},
-       {test_yaffs_link_ENOTDIR2,test_yaffs_link_ENOTDIR2_clean,"test_yaffs_link_ENOTDIR2"}
+       {test_yaffs_link_ENOTDIR2,test_yaffs_link_ENOTDIR2_clean,"test_yaffs_link_ENOTDIR2"},
 
+       {test_yaffs_rmdir,test_yaffs_rmdir_clean,"test_yaffs_rmdir"}
        };
 
 void init_quick_tests(int argc, char *argv[]);