X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Ftimothy_tests%2Fquick_tests%2Fquick_tests.h;fp=direct%2Ftimothy_tests%2Fquick_tests%2Fquick_tests.h;h=876ff400b4e15798c7a35609bd216c44064fd647;hp=1f128611ca93d28d348af370aa2d2532db28fe8a;hb=58bd37c91ae156c746b7b57be68987eacb0d5cb2;hpb=2dd4e343b24a917f157d204d1f44d99e61c2d41f diff --git a/direct/timothy_tests/quick_tests/quick_tests.h b/direct/timothy_tests/quick_tests/quick_tests.h index 1f12861..876ff40 100644 --- a/direct/timothy_tests/quick_tests/quick_tests.h +++ b/direct/timothy_tests/quick_tests/quick_tests.h @@ -110,6 +110,7 @@ #include "test_yaffs_fchmod.h" #include "test_yaffs_fchmod_EBADF.h" #include "test_yaffs_fchmod_EINVAL.h" +#include "test_yaffs_fchmod_EROFS.h" #include "test_yaffs_fsync.h" #include "test_yaffs_fsync_EBADF.h" @@ -300,6 +301,7 @@ test_template test_list[]={ {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"}, + {test_yaffs_fchmod_EROFS,test_yaffs_fchmod_EROFS_clean,"test_yaffs_fchmod_EROFS"}, {test_yaffs_fsync,test_yaffs_fsync_clean,"test_yaffs_fsync"}, {test_yaffs_fsync_EBADF,test_yaffs_fsync_EBADF_clean,"test_yaffs_fsync_EBADF"},