X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=direct%2Ftimothy_tests%2Fquick_tests%2Fquick_tests.h;h=12bfe49cb380d90eae15838b7bc2fa6c151929eb;hb=fadebbf369cec12be83899d0570f05e4f99ca01a;hp=213566389cb9b598ad686e823c22962e4d8e4606;hpb=20eedfb9d60adc929129d28efcd8d7582178be5b;p=yaffs2.git diff --git a/direct/timothy_tests/quick_tests/quick_tests.h b/direct/timothy_tests/quick_tests/quick_tests.h index 2135663..12bfe49 100644 --- a/direct/timothy_tests/quick_tests/quick_tests.h +++ b/direct/timothy_tests/quick_tests/quick_tests.h @@ -141,6 +141,8 @@ #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[]);