report if all tests passed
This commit is contained in:
parent
439a9b677f
commit
650da936ae
|
|
@ -110,6 +110,11 @@ static int runtestcase(void)
|
||||||
}
|
}
|
||||||
free(test);
|
free(test);
|
||||||
}
|
}
|
||||||
|
if (rc == 0) {
|
||||||
|
printf("ALL TESTS PASSED.\n");
|
||||||
|
} else {
|
||||||
|
printf("SOME TESTS FAILED.\n");
|
||||||
|
}
|
||||||
return rc;
|
return rc;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user