X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=direct%2Ftimothy_tests%2Fquick_tests%2Flib.h;h=09808dd123b6f53057e85940bdf45d281a9b5df1;hb=d05dbe42354154b7c4d27f3debf2831223b31b4d;hp=9981b653e960f49bcca11e0ef8342505035dd8a1;hpb=d3abc5c5da005343e7d78c5c9a51d58af14b3faa;p=yaffs2.git diff --git a/direct/timothy_tests/quick_tests/lib.h b/direct/timothy_tests/quick_tests/lib.h index 9981b65..09808dd 100644 --- a/direct/timothy_tests/quick_tests/lib.h +++ b/direct/timothy_tests/quick_tests/lib.h @@ -18,8 +18,7 @@ #include #include - - +#include "yaffsfs.h" #define YAFFS_MOUNT_POINT "/yaffs2/" #define FILE_NAME "foo" @@ -30,7 +29,7 @@ #define FILE_TEXT "file foo " /* keep space at end of string */ #define FILE_TEXT_NBYTES 10 -#define DIR_PATH "/yaffs2/new_directory/" +#define DIR_PATH "/yaffs2/new_directory" #define SYMLINK_PATH "/yaffs2/sym_foo" @@ -40,7 +39,10 @@ #define RENAME_PATH "/yaffs2/foo2" +#define RENAME_DIR_PATH "/yaffs2/dir2" +#define ELOOP_PATH "/yaffs2/ELOOP" +#define ELOOP2_PATH "/yaffs2/ELOOP2" /* warning do not define anything as FILE because there seems to be a conflict with stdio.h */ #define FILE_PATH "/yaffs2/foo" @@ -50,4 +52,5 @@ void print_message(char *message,char print_level); void set_print_level(int new_level); void set_exit_on_error(int num); int get_exit_on_error(void); +int set_up_ELOOP(void); #endif