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=27054797defc0c5202914357c59fa577b46b73bc;hp=67f562ebb73b565d73f5a647fb60e2b89ea1e2bc;hb=e0dca71d0430cb8d972a7e64860cdf4410ab084e;hpb=53c341c494a5420f1b057b35810321b4e272eecd diff --git a/direct/timothy_tests/quick_tests/quick_tests.h b/direct/timothy_tests/quick_tests/quick_tests.h index 67f562e..2705479 100644 --- a/direct/timothy_tests/quick_tests/quick_tests.h +++ b/direct/timothy_tests/quick_tests/quick_tests.h @@ -38,6 +38,7 @@ #include "test_yaffs_open_ELOOP.h" #include "test_yaffs_open_ELOOP_dir.h" #include "test_yaffs_open_EROFS.h" +#include "test_yaffs_open_EACCES.h" #include "test_yaffs_close_EBADF.h" @@ -92,6 +93,7 @@ #include "test_yaffs_access_ELOOP_dir.h" #include "test_yaffs_access_ELOOP.h" #include "test_yaffs_access_EROFS.h" +#include "test_yaffs_access_EACCES.h" #include "test_yaffs_stat.h" #include "test_yaffs_stat_ENOENT.h" @@ -246,6 +248,7 @@ test_template test_list[]={ {test_yaffs_open_ELOOP,test_yaffs_open_ELOOP_clean,"test_yaffs_open_ELOOP"}, {test_yaffs_open_ELOOP_dir,test_yaffs_open_ELOOP_dir_clean,"test_yaffs_open_ELOOP_dir"}, {test_yaffs_open_EROFS,test_yaffs_open_EROFS_clean,"test_yaffs_open_EROFS"}, + {test_yaffs_open_EACCES,test_yaffs_open_EACCES_clean,"test_yaffs_open_EACCES"}, {test_yaffs_close_EBADF,test_yaffs_close_EBADF_clean,"test_yaffs_close_EBADF"}, @@ -257,6 +260,7 @@ test_template test_list[]={ {test_yaffs_access_ELOOP_dir,test_yaffs_access_ELOOP_dir_clean,"test_yaffs_access_ELOOP_dir"}, {test_yaffs_access_ELOOP,test_yaffs_access_ELOOP_clean,"test_yaffs_access_ELOOP"}, {test_yaffs_access_EROFS,test_yaffs_access_EROFS_clean,"test_yaffs_access_EROFS"}, + {test_yaffs_access_EACCES,test_yaffs_access_EACCES_clean,"test_yaffs_access_EACCES"}, {test_yaffs_unlink, test_yaffs_unlink_clean,"test_yaffs_unlink"}, {test_yaffs_unlink_EISDIR,test_yaffs_unlink_EISDIR_clean,"test_yaffs_unlink_EISDIR"},