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=91403e3bb24304d8517cd7a3d70be0eaac6ee5bd;hb=de9d60531e0b398feb6304e02e940fbf6cbc4f57;hpb=43f79e97ed02fe66be94b568da60126bcc351b0c diff --git a/direct/timothy_tests/quick_tests/quick_tests.h b/direct/timothy_tests/quick_tests/quick_tests.h index 91403e3..3f55512 100644 --- a/direct/timothy_tests/quick_tests/quick_tests.h +++ b/direct/timothy_tests/quick_tests/quick_tests.h @@ -163,6 +163,11 @@ #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" @@ -324,7 +329,11 @@ test_template test_list[]={ {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_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[]);