X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;ds=inline;f=direct%2Ftimothy_tests%2Fquick_tests%2Fquick_tests.h;h=305e8d9a0ec81ad5f34b01eb111494001c0d39fd;hb=d3abc5c5da005343e7d78c5c9a51d58af14b3faa;hp=f475d1c224845dc10a4df9533b03f9b770e45669;hpb=3914530ecd6bcaa511b8d74550eca2afc81b47ea;p=yaffs2.git diff --git a/direct/timothy_tests/quick_tests/quick_tests.h b/direct/timothy_tests/quick_tests/quick_tests.h index f475d1c..305e8d9 100644 --- a/direct/timothy_tests/quick_tests/quick_tests.h +++ b/direct/timothy_tests/quick_tests/quick_tests.h @@ -151,6 +151,15 @@ #include "test_yaffs_link_ENOENT3.h" #include "test_yaffs_rmdir.h" +#include "test_yaffs_rmdir_EBUSY.h" +#include "test_yaffs_rmdir_EINVAL.h" +#include "test_yaffs_rmdir_ENOENT.h" +#include "test_yaffs_rmdir_ENOTDIR.h" + +#include "test_yaffs_rename.h" +#include "test_yaffs_rename_ENOENT.h" +#include "test_yaffs_rename_ENOTDIR.h" +#include "test_yaffs_rename_EINVAL.h" #include "yaffsfs.h" #include "yaffs_error_converter.h" @@ -300,7 +309,16 @@ test_template test_list[]={ {test_yaffs_link_ENOENT2,test_yaffs_link_ENOENT2_clean,"test_yaffs_link_ENOENT2"}, {test_yaffs_link_ENOENT3,test_yaffs_link_ENOENT3_clean,"test_yaffs_link_ENOENT3"}, - {test_yaffs_rmdir,test_yaffs_rmdir_clean,"test_yaffs_rmdir"} + {test_yaffs_rmdir,test_yaffs_rmdir_clean,"test_yaffs_rmdir"}, + {test_yaffs_rmdir_EBUSY,test_yaffs_rmdir_EBUSY_clean,"test_yaffs_rmdir_EBUSY"}, + {test_yaffs_rmdir_EINVAL,test_yaffs_rmdir_EINVAL_clean,"test_yaffs_rmdir_EINVAL"}, + {test_yaffs_rmdir_ENOENT,test_yaffs_rmdir_ENOENT_clean,"test_yaffs_rmdir_ENOENT"}, + {test_yaffs_rmdir_ENOTDIR,test_yaffs_rmdir_ENOTDIR_clean,"test_yaffs_rmdir_ENOTDIR"}, + + {test_yaffs_rename,test_yaffs_rename_clean,"test_yaffs_rename"}, + {test_yaffs_rename_ENOENT,test_yaffs_rename_ENOENT_clean,"test_yaffs_rename_ENOENT"}, + {test_yaffs_rename_ENOTDIR,test_yaffs_rename_ENOTDIR_clean,"test_yaffs_rename_ENOTDIR"}, + {test_yaffs_rename_EINVAL,test_yaffs_rename_EINVAL_clean,"test_yaffs_rename_EINVAL"} }; void init_quick_tests(int argc, char *argv[]);