aboutsummaryrefslogtreecommitdiff
path: root/contrib/cov-diff
Commit message (Collapse)AuthorAge
* Add a script to compare directories full of gcov outputNick Mathewson2013-07-10
We can't just use "diff", since we don't care about changes in line numbers, or changes in the exact number of times a line was called. We just care about changes that make lines covered or non-coverd. So pre-process the files before calling diff.