yaffs update to quick tests.
[yaffs2.git] / direct / timothy_tests / quick_tests / quick_tests.h
index 3c811a89db42091b009ef05bed1aca9508978bcc..dbe60f57b80fbbaa9e186923de212c7ab18a7e93 100644 (file)
@@ -1,12 +1,19 @@
 #ifndef __quick_tests_h__
 #define __quick_tests_h__
 #include <stdio.h>
-#include "test_mount_yaffs.h"
-
 
+#include "test_mount_yaffs.h"
+#include "test_open_file.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"
 #define YAFFS_MOUNT_POINT "/yaffs2/"
 
 void init_quick_tests(void);
 int dummy_test_pass(void);
-int dummy_test_pass(void);
+int dummy_test_fail(void);
+void quit_quick_tests(int exit_code);
 #endif