Updated is_yaffs_working_test_fix
[yaffs2.git] / direct / test-framework / timothy_tests / handle_tests / handle_test.h
index bc6c2f8bb6d6a0ad30624963a7198e6324c88f3a..35a41e9c6d53f7d115a0cc35a107a3e87e546ccc 100644 (file)
 #include <stdio.h>
 #include "yaffsfs.h"
 
-#define FILE_PATH "/yaffs2/foo"
+#define YAFFS_MOUNT_POINT "/yflash2/"
+#define FILE_PATH "/yflash2/foo"
 
 int open_close_handle_test(int num_of_tests);
 int open_handle(void);
 void get_error(void);
+int dup_test(void);
+
 #endif