yaffs More tests added to quick tests.
[yaffs2.git] / direct / timothy_tests / quick_tests / quick_tests.c
index 1f6a935cfc90af888d7bcd607760d9d833aae8d7..e057f1237fa331b0acf849b38c0fb4fb8489e037 100644 (file)
@@ -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 {