yaffs Added some new tests to quick tests.
[yaffs2.git] / direct / timothy_tests / quick_tests / quick_tests.h
index e7ae6bae2f873db2a189f7e5aa7dc7e1842482cd..429771d6c2fd8da9c737aa77086d5679a1d7710d 100644 (file)
 #include <stdio.h>
 
 #include "test_yaffs_mount.h"
+#include "test_yaffs_mount_ENODEV.h"
+#include "test_yaffs_mount_ENAMETOOLONG.h"
+#include "test_yaffs_mount_ENOENT.h"
+
+#include "test_yaffs_unmount.h"
 
 #include "test_yaffs_open.h"
 #include "test_yaffs_open_EISDIR.h"
@@ -59,6 +64,12 @@ typedef struct test {
 
 test_template test_list[]={
        {test_yaffs_mount,test_yaffs_mount_clean,"test_yaffs_mount"},
+       {test_yaffs_mount_ENODEV,test_yaffs_mount_ENODEV_clean,"test_yaffs_mount_ENODEV"},
+       {test_yaffs_mount_ENAMETOOLONG,test_yaffs_mount_ENAMETOOLONG_clean,"test_yaffs_mount_ENAMETOOLONG"},
+       {test_yaffs_mount_ENOENT,test_yaffs_mount_ENOENT_clean,"test_yaffs_mount_ENOENT"},
+
+       {test_yaffs_unmount,test_yaffs_unmount_clean,"test_yaffs_unmount"},
+
        {test_yaffs_open,test_yaffs_open_clean,"test_yaffs_open"},
        {test_yaffs_open_EISDIR,test_yaffs_open_EISDIR_clean,"test_yaffs_open_EISDIR"},
        {test_yaffs_open_EEXIST,test_yaffs_open_EEXIST_clean,"test_yaffs_open_EEXIST"},