X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;f=direct%2Ftimothy_tests%2Fquick_tests%2Fquick_tests.h;h=2e5fee310e2f18b97588c014b0d9214504b1b782;hb=004928b472529f4331c5c80a20cea902e1cdc328;hp=e7a6b149661c3b508c0eb72672e5fc98b3bca643;hpb=98535c64952cac84919014d44f9fbe9bf7e1c31d;p=yaffs2.git diff --git a/direct/timothy_tests/quick_tests/quick_tests.h b/direct/timothy_tests/quick_tests/quick_tests.h index e7a6b14..2e5fee3 100644 --- a/direct/timothy_tests/quick_tests/quick_tests.h +++ b/direct/timothy_tests/quick_tests/quick_tests.h @@ -82,6 +82,7 @@ #include "test_yaffs_access_ENOENT.h" #include "test_yaffs_access_ENOENT2.h" #include "test_yaffs_access_ELOOP.h" +#include "test_yaffs_access_EROFS.h" #include "test_yaffs_stat.h" #include "test_yaffs_stat_ENOENT.h" @@ -98,6 +99,7 @@ #include "test_yaffs_chmod_EINVAL.h" #include "test_yaffs_chmod_ENOENT2.h" #include "test_yaffs_chmod_ELOOP.h" +#include "test_yaffs_chmod_EROFS.h" #include "test_yaffs_fchmod.h" #include "test_yaffs_fchmod_EBADF.h" @@ -226,6 +228,7 @@ test_template test_list[]={ {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_access_EROFS,test_yaffs_access_EROFS_clean,"test_yaffs_access_EROFS"}, {test_yaffs_unlink, test_yaffs_unlink_clean,"test_yaffs_unlink"}, {test_yaffs_unlink_EISDIR,test_yaffs_unlink_EISDIR_clean,"test_yaffs_unlink_EISDIR"}, @@ -277,6 +280,8 @@ test_template test_list[]={ {test_yaffs_chmod_ENOTDIR,test_yaffs_chmod_ENOTDIR_clean,"test_yaffs_chmod_ENOTDIR"}, {test_yaffs_chmod_EINVAL,test_yaffs_chmod_EINVAL_clean,"test_yaffs_chmod_EINVAL"}, {test_yaffs_chmod_ELOOP,test_yaffs_chmod_ELOOP_clean,"test_yaffs_chmod_ELOOP"}, + {test_yaffs_chmod_EROFS,test_yaffs_chmod_EROFS_clean,"test_yaffs_chmod_EROFS"}, + {test_yaffs_fchmod,test_yaffs_fchmod_clean,"test_yaffs_fchmod"}, {test_yaffs_fchmod_EBADF,test_yaffs_fchmod_EBADF_clean,"test_yaffs_fchmod_EBADF"}, {test_yaffs_fchmod_EINVAL,test_yaffs_fchmod_EINVAL_clean,"test_yaffs_fchmod_EINVAL"},