yaffs More quick tests.
[yaffs2.git] / direct / timothy_tests / quick_tests / quick_tests.h
index 00b66839670b761223be211f855989a28c065941..d157d112aed2b99123205b6dc31d6b69cf4dcd4f 100644 (file)
 #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"}