exclude tests
authorChristian Grothoff <christian@grothoff.org>
Fri, 30 Oct 2009 18:35:06 +0000 (18:35 +0000)
committerChristian Grothoff <christian@grothoff.org>
Fri, 30 Oct 2009 18:35:06 +0000 (18:35 +0000)
contrib/coverage.sh

index 72314ae6758d3903b981b0a01cf25b049275a403..b53a3828212c53269e86be990dfc38f8736b08f6 100755 (executable)
@@ -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`