X-Git-Url: https://yaffs.net/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Ftest-framework%2Fstress_tests%2Fhandle_tests%2Fhandle_test.h;fp=direct%2Ftest-framework%2Ftimothy_tests%2Fhandle_tests%2Fhandle_test.h;h=35a41e9c6d53f7d115a0cc35a107a3e87e546ccc;hp=bc6c2f8bb6d6a0ad30624963a7198e6324c88f3a;hb=e12e51da5815d80399ec8f5b0da69c7cd7a0f42e;hpb=ebc54da9e29be1de79d77c72c0d8eb91833c641b diff --git a/direct/test-framework/timothy_tests/handle_tests/handle_test.h b/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 bc6c2f8..35a41e9 100644 --- a/direct/test-framework/timothy_tests/handle_tests/handle_test.h +++ b/direct/test-framework/stress_tests/handle_tests/handle_test.h @@ -18,9 +18,12 @@ #include #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