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=fd75a739921580cc6820825347c65848547c1aee;hp=3d5dc6ab166422cebcde03320f6677927c6b6c6f;hb=f2c8e9cf2b72e5ac6a776a1a1b188f8595e7c35c;hpb=1c8604a29f8ca073e1f5129c58e201a4b42bc192;ds=sidebyside diff --git a/direct/timothy_tests/quick_tests/quick_tests.h b/direct/timothy_tests/quick_tests/quick_tests.h index 3d5dc6a..fd75a73 100644 --- a/direct/timothy_tests/quick_tests/quick_tests.h +++ b/direct/timothy_tests/quick_tests/quick_tests.h @@ -49,6 +49,7 @@ #include "test_yaffs_ftruncate_EINVAL.h" #include "test_yaffs_ftruncate_EFBIG.h" + #include "test_yaffs_truncate.h" #include "test_yaffs_truncate_ENOTDIR.h" #include "test_yaffs_truncate_EISDIR.h" @@ -57,8 +58,14 @@ #include "test_yaffs_truncate_EFBIG.h" #include "test_yaffs_write.h" + #include "test_yaffs_read.h" +#include "test_yaffs_read_EBADF.h" + #include "test_yaffs_lseek.h" +#include "test_yaffs_lseek_EBADF.h" +#include "test_yaffs_lseek_EINVAL.h" +#include "test_yaffs_lseek_EFBIG.h" #include "test_yaffs_access.h" #include "test_yaffs_access_EINVAL.h" @@ -115,9 +122,14 @@ test_template test_list[]={ {test_yaffs_lseek,test_yaffs_lseek_clean,"test_yaffs_lseek"}, + {test_yaffs_lseek_EBADF,test_yaffs_lseek_EBADF_clean,"test_yaffs_lseek_EBADF"}, + {test_yaffs_lseek_EINVAL,test_yaffs_lseek_EINVAL_clean,"test_yaffs_lseek_EINVAL"}, + {test_yaffs_lseek_EFBIG,test_yaffs_lseek_EFBIG_clean,"test_yaffs_lseek_EFBIG"}, + {test_yaffs_write,test_yaffs_write_clean,"test_yaffs_write"}, - {test_yaffs_read,test_yaffs_read_clean,"test_yaffs_read"}, + {test_yaffs_read,test_yaffs_read_clean,"test_yaffs_read"}, + {test_yaffs_read_EBADF,test_yaffs_read_EBADF_clean,"test_yaffs_read_EBADF"}, {test_yaffs_stat,test_yaffs_stat_clean,"test_yaffs_stat"},