X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=direct%2Ftimothy_tests%2Fquick_tests%2Fquick_tests.h;h=336a1d7bfe317e8185143b9a5ebd21966ac63244;hb=17f7d8f4d601b9685221c6899f30cfb43babf32c;hp=60df32263f2c267d5c1521e17f351bdb197dba2f;hpb=c744d74c2f562bb505c3086585ae9beb359c85a3;p=yaffs2.git diff --git a/direct/timothy_tests/quick_tests/quick_tests.h b/direct/timothy_tests/quick_tests/quick_tests.h index 60df322..336a1d7 100644 --- a/direct/timothy_tests/quick_tests/quick_tests.h +++ b/direct/timothy_tests/quick_tests/quick_tests.h @@ -37,6 +37,7 @@ #include "test_yaffs_open_EINVAL2.h" #include "test_yaffs_open_ELOOP.h" #include "test_yaffs_open_ELOOP_dir.h" +#include "test_yaffs_open_EROFS.h" #include "test_yaffs_close_EBADF.h" @@ -98,7 +99,7 @@ #include "test_yaffs_fstat.h" #include "test_yaffs_fstat_EBADF.h" -#include "test_yaffs_fstat_EROFS.h" + #include "test_yaffs_chmod.h" #include "test_yaffs_chmod_ENOENT.h" @@ -116,6 +117,7 @@ #include "test_yaffs_fsync.h" #include "test_yaffs_fsync_EBADF.h" +#include "test_yaffs_fsync_EROFS.h" #include "test_yaffs_fdatasync.h" #include "test_yaffs_fdatasync_EBADF.h" @@ -126,6 +128,7 @@ #include "test_yaffs_mkdir_ENOTDIR.h" #include "test_yaffs_mkdir_ENOENT.h" #include "test_yaffs_mkdir_ELOOP_dir.h" +#include "test_yaffs_mkdir_EROFS.h" #include "test_yaffs_symlink.h" @@ -170,7 +173,7 @@ #include "test_yaffs_link_ENOENT3.h" #include "test_yaffs_link_ENOENT4.h" #include "test_yaffs_link_ELOOP_dir.h" - +#include "test_yaffs_link_EROFS.h" #include "test_yaffs_rmdir.h" #include "test_yaffs_rmdir_EBUSY.h" @@ -235,6 +238,7 @@ test_template test_list[]={ {test_yaffs_open_EINVAL2,test_yaffs_open_EINVAL2_clean,"test_yaffs_open_EINVAL2"}, {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_close_EBADF,test_yaffs_close_EBADF_clean,"test_yaffs_close_EBADF"}, @@ -279,7 +283,6 @@ test_template test_list[]={ {test_yaffs_fstat,test_yaffs_fstat_clean,"test_yaffs_fstat"}, {test_yaffs_fstat_EBADF,test_yaffs_fstat_EBADF_clean,"test_yaffs_fstat_EBADF"}, - {test_yaffs_fstat_EROFS,test_yaffs_fstat_EROFS_clean,"test_yaffs_fstat_EROFS"}, {test_yaffs_ftruncate,test_yaffs_ftruncate_clean,"test_yaffs_ftruncate"}, {test_yaffs_ftruncate_EBADF,test_yaffs_ftruncate_EBADF_clean,"test_yaffs_ftruncate_EBADF"}, @@ -311,6 +314,7 @@ test_template test_list[]={ {test_yaffs_fsync,test_yaffs_fsync_clean,"test_yaffs_fsync"}, {test_yaffs_fsync_EBADF,test_yaffs_fsync_EBADF_clean,"test_yaffs_fsync_EBADF"}, + {test_yaffs_fsync_EROFS,test_yaffs_fsync_EROFS_clean,"test_yaffs_fsync_EROFS"}, {test_yaffs_fdatasync,test_yaffs_fdatasync_clean,"test_yaffs_fdatasync"}, {test_yaffs_fdatasync_EBADF,test_yaffs_fdatasync_EBADF_clean,"test_yaffs_fdatasync_EBADF"}, @@ -321,6 +325,7 @@ test_template test_list[]={ {test_yaffs_mkdir_ENOTDIR,test_yaffs_mkdir_ENOTDIR_clean,"test_yaffs_mkdir_ENOTDIR"}, {test_yaffs_mkdir_ENOENT,test_yaffs_mkdir_ENOENT_clean,"test_yaffs_mkdir_ENOENT"}, {test_yaffs_mkdir_ELOOP_dir,test_yaffs_mkdir_ELOOP_dir_clean,"test_yaffs_mkdir_ELOOP_dir"}, + {test_yaffs_mkdir_EROFS,test_yaffs_mkdir_EROFS_clean,"test_yaffs_mkdir_EROFS"}, {test_yaffs_symlink,test_yaffs_symlink_clean,"test_yaffs_symlink"}, {test_yaffs_symlink_ENOTDIR,test_yaffs_symlink_ENOTDIR_clean,"test_yaffs_symlink_ENOTDIR"}, @@ -367,6 +372,7 @@ test_template test_list[]={ {test_yaffs_link_ENOENT3,test_yaffs_link_ENOENT3_clean,"test_yaffs_link_ENOENT3"}, {test_yaffs_link_ENOENT4,test_yaffs_link_ENOENT4_clean,"test_yaffs_link_ENOENT4"}, {test_yaffs_link_ELOOP_dir,test_yaffs_link_ELOOP_dir_clean,"test_yaffs_link_ELOOP_dir"}, + {test_yaffs_link_EROFS,test_yaffs_link_EROFS_clean,"test_yaffs_link_EROFS"}, {test_yaffs_rmdir,test_yaffs_rmdir_clean,"test_yaffs_rmdir"}, {test_yaffs_rmdir_EBUSY,test_yaffs_rmdir_EBUSY_clean,"test_yaffs_rmdir_EBUSY"},