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=1e5b00778a37d8c48caf0a4e5c8891f46d287095;hp=3f5551251f9e6535f0d1e074adb949dab495d1cd;hb=10d09f1cb066885e3934db0c2c7c86dd10cbc8bf;hpb=0d62a49dfe174bd70d289f0cf8e97c78585dd359 diff --git a/direct/timothy_tests/quick_tests/quick_tests.h b/direct/timothy_tests/quick_tests/quick_tests.h index 3f55512..1e5b007 100644 --- a/direct/timothy_tests/quick_tests/quick_tests.h +++ b/direct/timothy_tests/quick_tests/quick_tests.h @@ -79,6 +79,7 @@ #include "test_yaffs_access_ENOTDIR.h" #include "test_yaffs_access_ENOENT.h" #include "test_yaffs_access_ENOENT2.h" +#include "test_yaffs_access_ELOOP.h" #include "test_yaffs_stat.h" #include "test_yaffs_stat_ENOENT.h" @@ -168,6 +169,9 @@ #include "test_yaffs_rename_EEXISTS.h" #include "test_yaffs_lstat.h" +#include "test_yaffs_lstat_ENOENT.h" +#include "test_yaffs_lstat_ENOTDIR.h" + #include "yaffsfs.h" #include "yaffs_error_converter.h" @@ -211,6 +215,7 @@ test_template test_list[]={ {test_yaffs_access_ENOTDIR,test_yaffs_access_ENOTDIR_clean,"test_yaffs_access_ENOTDIR"}, {test_yaffs_access_ENOENT,test_yaffs_access_ENOENT_clean,"test_yaffs_access_ENOENT"}, {test_yaffs_access_ENOENT2,test_yaffs_access_ENOENT2_clean,"test_yaffs_access_ENOENT2"}, + {test_yaffs_access_ELOOP,test_yaffs_access_ELOOP_clean,"test_yaffs_access_ELOOP"}, {test_yaffs_unlink, test_yaffs_unlink_clean,"test_yaffs_unlink"}, {test_yaffs_unlink_EISDIR,test_yaffs_unlink_EISDIR_clean,"test_yaffs_unlink_EISDIR"}, @@ -333,7 +338,10 @@ test_template test_list[]={ {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"} + + {test_yaffs_lstat,test_yaffs_lstat_clean,"test_yaffs_lstat"}, + {test_yaffs_lstat_ENOENT,test_yaffs_lstat_ENOENT_clean,"test_yaffs_lstat_ENOENT"}, + {test_yaffs_lstat_ENOTDIR,test_yaffs_lstat_ENOTDIR_clean,"test_yaffs_lstat_ENOTDIR"} }; void init_quick_tests(int argc, char *argv[]);