X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Ftimothy_tests%2Fquick_tests%2Flib.c;h=a9aecf78bcfec571954a46202df59b74cef16454;hp=1c3ca689381db7bf0fbb71379b1efb15f293e31d;hb=10d09f1cb066885e3934db0c2c7c86dd10cbc8bf;hpb=aed1065488d0c27e1654091636e4cfe5fb8e6951 diff --git a/direct/timothy_tests/quick_tests/lib.c b/direct/timothy_tests/quick_tests/lib.c index 1c3ca68..a9aecf7 100644 --- a/direct/timothy_tests/quick_tests/lib.c +++ b/direct/timothy_tests/quick_tests/lib.c @@ -33,6 +33,19 @@ int get_exit_on_error(void) return EXIT_ON_ERROR; } + +int set_up_ELOOP(void){ + int output1=1; + int output2=1; + if (0!=yaffs_access(ELOOP2)){ + output1=yaffs_symlink(ELOOP,ELOOP2); + } + if (0!=yaffs_access(ELOOP)){ + output2=yaffs_symlink(ELOOP2,ELOOP); + } + return (output1|output2); +} + void join_paths(char *path1,char *path2,char *new_path ) {