diff options
author | Christian Grothoff <christian@grothoff.org> | 2009-10-30 18:35:06 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2009-10-30 18:35:06 +0000 |
commit | db6f2016ec9456dc08debcc00af16f5bb7c32a72 (patch) | |
tree | 1dd6100101c79ebf90704afffdad60ab713b2227 | |
parent | 57d174cb87d6377e66eeb04743743f61b9478b7f (diff) |
exclude tests
-rwxr-xr-x | contrib/coverage.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/coverage.sh b/contrib/coverage.sh index 72314ae675..b53a382821 100755 --- a/contrib/coverage.sh +++ b/contrib/coverage.sh @@ -2,6 +2,7 @@ # make sure configure was run with coverage enabled... lcov --directory . --zerocounters make check +rm `find * -name "test_*.gc??"` for n in `find * -name "*.gc??" | grep libs` do cd `dirname $n` |