Small change to provide a little more information for testing

yamux
John Jones 2017-02-02 14:10:55 -05:00
parent 9882c28743
commit a3ec7bf41d
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ int main(int argc, char** argv) {
printf("***** No tests found *****\n");
else {
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 {
printf("All %d tests passed\n", tests_ran);
}