aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/coverage.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/coverage.sh b/contrib/coverage.sh
index 72314ae67..b53a38282 100755
--- a/contrib/coverage.sh
+++ b/contrib/coverage.sh
@@ -2,6 +2,7 @@
2# make sure configure was run with coverage enabled... 2# make sure configure was run with coverage enabled...
3lcov --directory . --zerocounters 3lcov --directory . --zerocounters
4make check 4make check
5rm `find * -name "test_*.gc??"`
5for n in `find * -name "*.gc??" | grep libs` 6for n in `find * -name "*.gc??" | grep libs`
6do 7do
7 cd `dirname $n` 8 cd `dirname $n`