yaffs Fixed some more bugs in quick tests.
[yaffs2.git] / direct / timothy_tests / quick_tests / quick_tests.h
index 0a6cf06db470ee5638de2103a2cc52a442f84b55..5d41e806c20b31b48f674aacf072b38ace771905 100644 (file)
 #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"
 #include "yaffs_error_converter.h"
@@ -172,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"},
@@ -225,7 +228,9 @@ test_template test_list[]={
 
        {test_yaffs_unmount2,test_yaffs_unmount2_clean,"test_yaffs_unmount2"},
 
-       {test_yaffs_sync,test_yaffs_sync_clean,"test_yaffs_sync"}
+       {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"}