|
Boost Testing : |
From: Robert Ramey (ramey_at_[hidden])
Date: 2005-06-19 20:51:42
I wonder if along with the total number of test failures, it would be
possible to include the total number of tests run and perhaps a percentage.
Something like:
12 out 120 tests failed (10%)
The current report makes me look bad.
Also there is a problem when a single error keeps the library from building.
This shows up on all the reports as failure in a a large number of tests
while in fact its just one error.
Robert Ramey