X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=direct%2Ftimothy_tests%2Fquick_tests%2Fquick_tests.h;h=14d7dbc6d13bde1813624899c950fb71accedcff;hb=c7ada078b9d435ea7e7eb4732974135e15006537;hp=0a6cf06db470ee5638de2103a2cc52a442f84b55;hpb=1d34c75c7f1f69ce5a746917b76d90c22e91ffe2;p=yaffs2.git diff --git a/direct/timothy_tests/quick_tests/quick_tests.h b/direct/timothy_tests/quick_tests/quick_tests.h index 0a6cf06..14d7dbc 100644 --- a/direct/timothy_tests/quick_tests/quick_tests.h +++ b/direct/timothy_tests/quick_tests/quick_tests.h @@ -114,6 +114,9 @@ #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" @@ -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"}