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=5d41e806c20b31b48f674aacf072b38ace771905;hp=f17a19cc6abb31aea9a47355303fb4b949819150;hb=3b5f00f58cc6387ada64dd3a19c220ee1403e55e;hpb=24f00634ca4584100b60d7b68675c1c9c4646ee8 diff --git a/direct/timothy_tests/quick_tests/quick_tests.h b/direct/timothy_tests/quick_tests/quick_tests.h index f17a19c..5d41e80 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"}