projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57d174c
)
exclude tests
author
Christian Grothoff
<christian@grothoff.org>
Fri, 30 Oct 2009 18:35:06 +0000
(18:35 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Fri, 30 Oct 2009 18:35:06 +0000
(18:35 +0000)
contrib/coverage.sh
patch
|
blob
|
history
diff --git
a/contrib/coverage.sh
b/contrib/coverage.sh
index 72314ae6758d3903b981b0a01cf25b049275a403..b53a3828212c53269e86be990dfc38f8736b08f6 100755
(executable)
--- 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`