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=e057f1237fa331b0acf849b38c0fb4fb8489e037;hp=24150823531843bcfb309a4ce5456ad30c78fcf6;hb=e0b53924703fe414a99dbf49682cf8459540a3e5;hpb=f2d4dfa2c923765689724dc8e9328017e895beb3 diff --git a/direct/timothy_tests/quick_tests/quick_tests.c b/direct/timothy_tests/quick_tests/quick_tests.c index 2415082..e057f12 100644 --- a/direct/timothy_tests/quick_tests/quick_tests.c +++ b/direct/timothy_tests/quick_tests/quick_tests.c @@ -41,6 +41,7 @@ int main(){ output=test_list[x].p_function(); /*run test*/ if (output>=0){ /*test has passed*/ + printf("\ttest %s passed\n",test_list[x].name_of_test); num_of_tests_pass++; } else { @@ -65,7 +66,12 @@ int main(){ printf("test: %s failed to clean\n",test_list[x].name_of_test); num_of_tests_failed ++; num_of_tests_pass--; - quit_quick_tests(1); + get_error(); + printf("\n\n"); + if (EXIT_ON_ERROR){ + quit_quick_tests(1); + } + } }