X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=contrib%2Fcoverage.sh;h=dd6a6ab53cbffb94f07c413240b2929d0d0fa358;hb=372afebb55cc8b40d5f7115a398564e6ffd61434;hp=72314ae6758d3903b981b0a01cf25b049275a403;hpb=0a217a8df1657b4334b55b0e4a6c7837a8dbcfd9;p=oweals%2Fgnunet.git diff --git a/contrib/coverage.sh b/contrib/coverage.sh index 72314ae67..dd6a6ab53 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??"` `find * -name "perf_*.gc??"` for n in `find * -name "*.gc??" | grep libs` do cd `dirname $n`