yaffs Found another bug.
[yaffs2.git] / direct / timothy_tests / quick_tests / quick_tests.h
index dbe60f57b80fbbaa9e186923de212c7ab18a7e93..18b08766ceeff9ae73b79b7097f405736c0d3af4 100644 (file)
@@ -3,13 +3,21 @@
 #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_write.h"
 #include "test_yaffs_read.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);