X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=contrib%2Fcoverage.sh;h=dd6a6ab53cbffb94f07c413240b2929d0d0fa358;hb=8c106e966096e1c671b1bab4d05bd672ae5f4ea5;hp=b53a3828212c53269e86be990dfc38f8736b08f6;hpb=db6f2016ec9456dc08debcc00af16f5bb7c32a72;p=oweals%2Fgnunet.git diff --git a/contrib/coverage.sh b/contrib/coverage.sh index b53a38282..dd6a6ab53 100755 --- a/contrib/coverage.sh +++ b/contrib/coverage.sh @@ -2,7 +2,7 @@ # make sure configure was run with coverage enabled... lcov --directory . --zerocounters make check -rm `find * -name "test_*.gc??"` +rm `find * -name "test_*.gc??"` `find * -name "perf_*.gc??"` for n in `find * -name "*.gc??" | grep libs` do cd `dirname $n`