X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;f=direct%2Ftimothy_tests%2Fquick_tests%2Fquick_tests.c;h=720fdee55a7dceaf3a67a7955f077f57ae65d47c;hb=4adb62b1e4338eaa34d02fdcb0c5d99cebea6747;hp=e057f1237fa331b0acf849b38c0fb4fb8489e037;hpb=e0b53924703fe414a99dbf49682cf8459540a3e5;p=yaffs2.git diff --git a/direct/timothy_tests/quick_tests/quick_tests.c b/direct/timothy_tests/quick_tests/quick_tests.c index e057f12..720fdee 100644 --- a/direct/timothy_tests/quick_tests/quick_tests.c +++ b/direct/timothy_tests/quick_tests/quick_tests.c @@ -38,6 +38,7 @@ int main(){ for (x=0;x=0){ /*test has passed*/ @@ -60,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 */ @@ -72,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);