X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=direct%2Ftimothy_tests%2Fquick_tests%2Fquick_tests.h;h=14d7dbc6d13bde1813624899c950fb71accedcff;hb=fc8b640f9637823d87b9582c7edcb87adcd0383a;hp=c483d8f3ce86c93eb4884df07ecc8f82e3c91aa5;hpb=86e364669f775e70f32204769217ecf035508c1d;p=yaffs2.git diff --git a/direct/timothy_tests/quick_tests/quick_tests.h b/direct/timothy_tests/quick_tests/quick_tests.h index c483d8f..14d7dbc 100644 --- a/direct/timothy_tests/quick_tests/quick_tests.h +++ b/direct/timothy_tests/quick_tests/quick_tests.h @@ -107,6 +107,15 @@ #include "test_yaffs_symlink.h" #include "test_yaffs_symlink_ENOTDIR.h" #include "test_yaffs_symlink_EEXIST.h" +#include "test_yaffs_symlink_ENOENT.h" + +#include "test_yaffs_mount2.h" + +#include "test_yaffs_unmount2.h" + +#include "test_yaffs_sync.h" +#include "test_yaffs_sync_ENOTDIR.h" +#include "test_yaffs_sync_ENOENT.h" #include "yaffsfs.h" @@ -166,7 +175,7 @@ test_template test_list[]={ {test_yaffs_write,test_yaffs_write_clean,"test_yaffs_write"}, {test_yaffs_write_EBADF,test_yaffs_write_EBADF_clean,"test_yaffs_write_EBADF"}, - {test_yaffs_write_big_file,test_yaffs_write_big_file_clean,"test_yaffs_write_big_file"}, +// {test_yaffs_write_big_file,test_yaffs_write_big_file_clean,"test_yaffs_write_big_file"}, {test_yaffs_read,test_yaffs_read_clean,"test_yaffs_read"}, {test_yaffs_read_EBADF,test_yaffs_read_EBADF_clean,"test_yaffs_read_EBADF"}, @@ -212,7 +221,16 @@ test_template test_list[]={ {test_yaffs_symlink,test_yaffs_symlink_clean,"test_yaffs_symlink"}, {test_yaffs_symlink_ENOTDIR,test_yaffs_symlink_ENOTDIR_clean,"test_yaffs_symlink_ENOTDIR"}, - {test_yaffs_symlink_EEXIST,test_yaffs_symlink_EEXIST_clean,"test_yaffs_symlink_EEXIST"} + {test_yaffs_symlink_EEXIST,test_yaffs_symlink_EEXIST_clean,"test_yaffs_symlink_EEXIST"}, + {test_yaffs_symlink_ENOENT,test_yaffs_symlink_ENOENT_clean,"test_yaffs_symlink_ENOENT"}, + + {test_yaffs_mount2,test_yaffs_mount2_clean,"test_yaffs_mount2"}, + + {test_yaffs_unmount2,test_yaffs_unmount2_clean,"test_yaffs_unmount2"}, + + {test_yaffs_sync,test_yaffs_sync_clean,"test_yaffs_sync"}, + {test_yaffs_sync_ENOTDIR,test_yaffs_sync_ENOTDIR_clean,"test_yaffs_sync_ENOTDIR"}, + {test_yaffs_sync_ENOENT,test_yaffs_sync_ENOENT_clean,"test_yaffs_sync_ENOENT"}