X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Ftimothy_tests%2Fquick_tests%2Fquick_tests.c;h=244b8b0cf729953532b707bf9663059ad8c1049a;hp=a943f4d3bce1938c0e7406779721326351f76b67;hb=716faf42637fc29ca3d2510d8a47fb2516f794e1;hpb=3b5f00f58cc6387ada64dd3a19c220ee1403e55e diff --git a/direct/timothy_tests/quick_tests/quick_tests.c b/direct/timothy_tests/quick_tests/quick_tests.c index a943f4d..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*/ @@ -89,7 +90,7 @@ void quit_quick_tests(int exit_code) char message[30]; message[0]='\0'; if (num_of_tests_pass==total_number_of_tests && num_of_tests_failed==0){ - printf("\t OK \n"); + printf("\t OK --all tests passed\n"); } printf("out of %d tests, %d ran: %d passed and %d failed\n\n\n", total_number_of_tests,(num_of_tests_pass+num_of_tests_failed) ,num_of_tests_pass,num_of_tests_failed); yaffs_unmount(YAFFS_MOUNT_POINT);