X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=direct%2Ftimothy_tests%2Fquick_tests%2Fquick_tests.h;h=a11386d255070e1a1f6e7d77d7380ffb640196d2;hb=4adb62b1e4338eaa34d02fdcb0c5d99cebea6747;hp=32745401c65b2a960bb8b1bdbdf2257d2bff7d8f;hpb=7827323c3e54b664075177cdb5626bb4dd1e7ed1;p=yaffs2.git diff --git a/direct/timothy_tests/quick_tests/quick_tests.h b/direct/timothy_tests/quick_tests/quick_tests.h index 3274540..a11386d 100644 --- a/direct/timothy_tests/quick_tests/quick_tests.h +++ b/direct/timothy_tests/quick_tests/quick_tests.h @@ -79,6 +79,12 @@ #include "test_yaffs_access_ENOENT.h" #include "test_yaffs_stat.h" +#include "test_yaffs_stat_ENOENT.h" +#include "test_yaffs_stat_ENOTDIR.h" + +#include "test_yaffs_fstat.h" +#include "test_yaffs_fstat_EBADF.h" + #include "yaffsfs.h" #include "yaffs_error_converter.h" #include "lib.h" @@ -144,6 +150,11 @@ test_template test_list[]={ {test_yaffs_read_EINVAL,test_yaffs_read_EINVAL_clean,"test_yaffs_read_EINVAL"}, {test_yaffs_stat,test_yaffs_stat_clean,"test_yaffs_stat"}, + {test_yaffs_stat_ENOENT,test_yaffs_stat_ENOENT_clean,"test_yaffs_stat_ENOENT"}, + {test_yaffs_stat_ENOTDIR,test_yaffs_stat_ENOTDIR_clean,"test_yaffs_stat_ENOTDIR"}, + + {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_ftruncate,test_yaffs_ftruncate_clean,"test_yaffs_ftruncate"}, {test_yaffs_ftruncate_EBADF,test_yaffs_ftruncate_EBADF_clean,"test_yaffs_ftruncate_EBADF"},