yaffs Adding more error code test programs to quick tests. note the bugs are still...
[yaffs2.git] / direct / timothy_tests / quick_tests / quick_tests.h
index 18b08766ceeff9ae73b79b7097f405736c0d3af4..8172345b2c2d98bd097e0501f78c67d8525329fc 100644 (file)
@@ -3,8 +3,11 @@
 #include <stdio.h>
 
 #include "test_mount_yaffs.h"
 #include <stdio.h>
 
 #include "test_mount_yaffs.h"
-#include "test_yaffs_open_file.h"
-#include "test_yaffs_open_file_ENOENT.h"
+#include "test_yaffs_open.h"
+#include "test_yaffs_open_EISDIR.h"
+#include "test_yaffs_open_EEXIST.h"
+#include "test_yaffs_open_ENOENT.h"
+#include "test_yaffs_open_ENOTDIR.h"
 #include "test_yaffs_unlinking.h"
 #include "test_yaffs_ftruncate.h"
 #include "test_yaffs_truncate.h"
 #include "test_yaffs_unlinking.h"
 #include "test_yaffs_ftruncate.h"
 #include "test_yaffs_truncate.h"