X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=direct%2Ftest-framework%2Ftimothy_tests%2Fhandle_tests%2Fhandle_test.h;h=35a41e9c6d53f7d115a0cc35a107a3e87e546ccc;hb=b672d46fe8d9f68bc6b5690424a29a595fb7608e;hp=bc6c2f8bb6d6a0ad30624963a7198e6324c88f3a;hpb=794059997ab24f0ca4cab7587325da4bd9ddb108;p=yaffs2.git diff --git a/direct/test-framework/timothy_tests/handle_tests/handle_test.h b/direct/test-framework/timothy_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/timothy_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