make test
- Posted by jaygade Feb 26, 2011
- 1334 views
How can we get a good summary from "make test"? Even redirecting the output to a file didn't completely solve the problem for me. The information that I wanted (which tests failed, percentage, etc.) was buried pretty deep in the other output and I wasn't sure if any change which I made was responsible.
Heck, it seemed like it ran some more tests even AFTER printing a summary.