Merge remote-tracking branch 'origin/64_and_32_bit_time_tests'
[yaffs2.git] / direct / test-framework / stress_tests / handle_tests / handle_test.h
similarity index 87%
rename from direct/test-framework/timothy_tests/handle_tests/handle_test.h
rename to direct/test-framework/stress_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