X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Ftimothy_tests%2Fquick_tests%2Fquick_tests.c;fp=direct%2Ftimothy_tests%2Fquick_tests%2Fquick_tests.c;h=244b8b0cf729953532b707bf9663059ad8c1049a;hp=79a7aae649b682f233e7e95502fe2c3f2df6d45b;hb=2dd4e343b24a917f157d204d1f44d99e61c2d41f;hpb=e7d46266c3b860e73cc8c7dc9ec494d2d82c188c diff --git a/direct/timothy_tests/quick_tests/quick_tests.c b/direct/timothy_tests/quick_tests/quick_tests.c index 79a7aae..244b8b0 100644 --- a/direct/timothy_tests/quick_tests/quick_tests.c +++ b/direct/timothy_tests/quick_tests/quick_tests.c @@ -39,6 +39,7 @@ int main(int argc, char *argv[]){ printf("yaffs_open %d \n",output); printf("yaffs_close %d \n",yaffs_close(output)); */ yaffs_set_error(0); /*reset the last error to 0 */ + //printf("foo exists %d\n",test_yaffs_open()); sprintf(message,"\nrunning test: %s \n",test_list[x].name_of_test); print_message(message,3); output=test_list[x].p_function(); /*run test*/