aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-10-30 18:35:06 +0000
committerChristian Grothoff <christian@grothoff.org>2009-10-30 18:35:06 +0000
commitdb6f2016ec9456dc08debcc00af16f5bb7c32a72 (patch)
tree1dd6100101c79ebf90704afffdad60ab713b2227
parent57d174cb87d6377e66eeb04743743f61b9478b7f (diff)
downloadgnunet-db6f2016ec9456dc08debcc00af16f5bb7c32a72.tar.gz
gnunet-db6f2016ec9456dc08debcc00af16f5bb7c32a72.zip
exclude tests
-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`