appropriate logging string
[oweals/gnunet.git] / contrib / coverage.sh
index b53a3828212c53269e86be990dfc38f8736b08f6..dd6a6ab53cbffb94f07c413240b2929d0d0fa358 100755 (executable)
@@ -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`