yaffs Found another bug.
[yaffs2.git] / direct / timothy_tests / quick_tests / quick_tests.h
index 70c9d06207a40f51f53a53a312113d914e112947..18b08766ceeff9ae73b79b7097f405736c0d3af4 100644 (file)
@@ -3,7 +3,8 @@
 #include <stdio.h>
 
 #include "test_mount_yaffs.h"
 #include <stdio.h>
 
 #include "test_mount_yaffs.h"
-#include "test_open_file.h"
+#include "test_yaffs_open_file.h"
+#include "test_yaffs_open_file_ENOENT.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"
 #include "test_yaffs_lseek.h"
 #include "test_yaffs_access.h"
 #include "test_yaffs_stat.h"
 #include "test_yaffs_lseek.h"
 #include "test_yaffs_access.h"
 #include "test_yaffs_stat.h"
+#include "yaffsfs.h"
+#include "yaffs_error_converter.h"
+#include "lib.h"
+
+
 #define YAFFS_MOUNT_POINT "/yaffs2/"
 
 void init_quick_tests(void);
 #define YAFFS_MOUNT_POINT "/yaffs2/"
 
 void init_quick_tests(void);