X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;f=direct%2Ftimothy_tests%2Fquick_tests%2Fquick_tests.c;h=244b8b0cf729953532b707bf9663059ad8c1049a;hb=58bd37c91ae156c746b7b57be68987eacb0d5cb2;hp=79a7aae649b682f233e7e95502fe2c3f2df6d45b;hpb=239fd86892c59299042eabf617309a2d2ddf700b;p=yaffs2.git 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*/