| File | Lines added | Lines deleted |
|---|---|---|
| src/stic.c | 2 | 1 |
| File src/stic.c changed (mode: 100644) (index 5438208..3555459) | |||
| ... | ... | void stic_test_fixture_end() | |
| 470 | 470 | printf("\n"); | printf("\n"); |
| 471 | 471 | } | } |
| 472 | 472 | ||
| 473 | sprintf(s, "%d tests run %d checks failed", nrun, nfailed); | ||
| 473 | sprintf(s, "%d test%s run %d check%s failed", nrun, nrun == 1 ? "" : "s", | ||
| 474 | nfailed, nfailed == 1 ? "" : "s"); | ||
| 474 | 475 | ||
| 475 | 476 | stic_header_printer(s, stic_screen_width, ' '); | stic_header_printer(s, stic_screen_width, ' '); |
| 476 | 477 | printf("\n"); | printf("\n"); |