Small change to provide a little more information for testing
This commit is contained in:
parent
9882c28743
commit
a3ec7bf41d
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ int main(int argc, char** argv) {
|
||||||
printf("***** No tests found *****\n");
|
printf("***** No tests found *****\n");
|
||||||
else {
|
else {
|
||||||
if (counter > 0) {
|
if (counter > 0) {
|
||||||
printf("***** There were %d failed test(s) *****\n", counter);
|
printf("***** There were %d failed (out of %d) test(s) *****\n", counter, tests_ran);
|
||||||
} else {
|
} else {
|
||||||
printf("All %d tests passed\n", tests_ran);
|
printf("All %d tests passed\n", tests_ran);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue