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=d157d112aed2b99123205b6dc31d6b69cf4dcd4f;hp=00b66839670b761223be211f855989a28c065941;hb=4966064e2d0557eb3132888bf31ed1edac0fef4b;hpb=03704f115fc239e6a7df6eeb6da2716aec3318f8 diff --git a/direct/timothy_tests/quick_tests/quick_tests.h b/direct/timothy_tests/quick_tests/quick_tests.h index 00b6683..d157d11 100644 --- a/direct/timothy_tests/quick_tests/quick_tests.h +++ b/direct/timothy_tests/quick_tests/quick_tests.h @@ -105,6 +105,8 @@ #include "test_yaffs_mkdir_ENOTDIR.h" #include "test_yaffs_symlink.h" +#include "test_yaffs_symlink_ENOTDIR.h" + #include "yaffsfs.h" #include "yaffs_error_converter.h" @@ -207,7 +209,8 @@ test_template test_list[]={ {test_yaffs_mkdir_EEXIST,test_yaffs_mkdir_EEXIST_clean,"test_yaffs_mkdir_EEXIST"}, {test_yaffs_mkdir_ENOTDIR,test_yaffs_mkdir_ENOTDIR_clean,"test_yaffs_mkdir_ENOTDIR"}, - {test_yaffs_symlink,test_yaffs_symlink_clean,"test_yaffs_symlink"} + {test_yaffs_symlink,test_yaffs_symlink_clean,"test_yaffs_symlink"}, + {test_yaffs_symlink_ENOTDIR,test_yaffs_symlink_ENOTDIR_clean,"test_yaffs_symlink_ENOTDIR"}