X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=direct%2Ftimothy_tests%2Fquick_tests%2Fquick_tests.h;h=14d7dbc6d13bde1813624899c950fb71accedcff;hb=fc8b640f9637823d87b9582c7edcb87adcd0383a;hp=16776c1100f0e0eff8e754e7d5d479aa4df39a16;hpb=7bcd5472362887151e3029f197f7ee012f9c1f14;p=yaffs2.git diff --git a/direct/timothy_tests/quick_tests/quick_tests.h b/direct/timothy_tests/quick_tests/quick_tests.h index 16776c1..14d7dbc 100644 --- a/direct/timothy_tests/quick_tests/quick_tests.h +++ b/direct/timothy_tests/quick_tests/quick_tests.h @@ -111,6 +111,13 @@ #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" #include "yaffs_error_converter.h" #include "lib.h" @@ -217,9 +224,13 @@ test_template test_list[]={ {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_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"}