X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Ftimothy_tests%2Fquick_tests%2Fquick_tests.h;h=3f5551251f9e6535f0d1e074adb949dab495d1cd;hp=f475d1c224845dc10a4df9533b03f9b770e45669;hb=de9d60531e0b398feb6304e02e940fbf6cbc4f57;hpb=3914530ecd6bcaa511b8d74550eca2afc81b47ea diff --git a/direct/timothy_tests/quick_tests/quick_tests.h b/direct/timothy_tests/quick_tests/quick_tests.h index f475d1c..3f55512 100644 --- a/direct/timothy_tests/quick_tests/quick_tests.h +++ b/direct/timothy_tests/quick_tests/quick_tests.h @@ -151,6 +151,23 @@ #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 "test_yaffs_rename_dir.h" +#include "test_yaffs_rename_dir_ENOENT.h" +#include "test_yaffs_rename_dir_ENOENT2.h" +#include "test_yaffs_rename_dir_to_file.h" +#include "test_yaffs_rename_file_to_dir.h" +#include "test_yaffs_rename_EEXISTS.h" + +#include "test_yaffs_lstat.h" #include "yaffsfs.h" #include "yaffs_error_converter.h" @@ -300,7 +317,23 @@ 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"}, + {test_yaffs_rename_dir,test_yaffs_rename_dir_clean,"test_yaffs_rename_dir"}, + {test_yaffs_rename_dir_ENOENT,test_yaffs_rename_dir_ENOENT_clean,"test_yaffs_rename_dir_ENOENT"}, + {test_yaffs_rename_dir_ENOENT2,test_yaffs_rename_dir_ENOENT2_clean,"test_yaffs_rename_dir_ENOENT2"}, + {test_yaffs_rename_dir_to_file,test_yaffs_rename_dir_to_file_clean,"test_yaffs_rename_dir_to_file"}, + {test_yaffs_rename_file_to_dir,test_yaffs_rename_file_to_dir_clean,"test_yaffs_rename_file_to_dir"}, + {test_yaffs_rename_EEXISTS,test_yaffs_rename_EEXISTS_clean,"test_yaffs_rename_EEXISTS"}, + {test_yaffs_lstat,test_yaffs_lstat_clean,"test_yaffs_lstat"} }; void init_quick_tests(int argc, char *argv[]);