X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=direct%2Ftimothy_tests%2Fquick_tests%2Fquick_tests.h;h=0a6cf06db470ee5638de2103a2cc52a442f84b55;hb=1d34c75c7f1f69ce5a746917b76d90c22e91ffe2;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..0a6cf06 100644 --- a/direct/timothy_tests/quick_tests/quick_tests.h +++ b/direct/timothy_tests/quick_tests/quick_tests.h @@ -111,6 +111,10 @@ #include "test_yaffs_mount2.h" +#include "test_yaffs_unmount2.h" + +#include "test_yaffs_sync.h" + #include "yaffsfs.h" #include "yaffs_error_converter.h" #include "lib.h" @@ -217,9 +221,11 @@ 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"}