X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;f=direct%2Ftimothy_tests%2Fquick_tests%2Fquick_tests.c;h=720fdee55a7dceaf3a67a7955f077f57ae65d47c;hb=de55d14d486fdf4069153df3aba0957e62745490;hp=1f6a935cfc90af888d7bcd607760d9d833aae8d7;hpb=6e5c5ad804040f381bb4587970a13e3085c72ca1;p=yaffs2.git diff --git a/direct/timothy_tests/quick_tests/quick_tests.c b/direct/timothy_tests/quick_tests/quick_tests.c index 1f6a935..720fdee 100644 --- a/direct/timothy_tests/quick_tests/quick_tests.c +++ b/direct/timothy_tests/quick_tests/quick_tests.c @@ -38,9 +38,11 @@ int main(){ for (x=0;x=0){ /*test has passed*/ + printf("\ttest %s passed\n",test_list[x].name_of_test); num_of_tests_pass++; } else { @@ -59,6 +61,7 @@ int main(){ printf("\n\n"); } } + output=0; output=test_list[x].p_function_clean(); /*clean the test*/ if (output <0){ /* if the test failed to clean it's self then */ @@ -71,8 +74,9 @@ int main(){ quit_quick_tests(1); } + } else { + printf("\ttest clean: %s passed\n",test_list[x].name_of_test); } - } /*this is where the loop should break to*/ quit_quick_tests(0);