aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-09-23 05:16:15 +0000
committerChristian Grothoff <christian@grothoff.org>2010-09-23 05:16:15 +0000
commite3267428e1dde2841182018159ebbc6b4201e313 (patch)
tree20c9839f06eef8c4ee46d9e438492154a1cadd58 /contrib
parent3d1b499b37b4fbf244a432f0ace93df9babb6e71 (diff)
downloadlibmicrohttpd-e3267428e1dde2841182018159ebbc6b4201e313.tar.gz
libmicrohttpd-e3267428e1dde2841182018159ebbc6b4201e313.zip
train hacking
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/coverage.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/coverage.sh b/contrib/coverage.sh
index ba57b733..7cf74b62 100755
--- a/contrib/coverage.sh
+++ b/contrib/coverage.sh
@@ -2,6 +2,7 @@
2# make sure configure was run with coverage enabled... 2# make sure configure was run with coverage enabled...
3lcov --directory . --zerocounters 3lcov --directory . --zerocounters
4make check 4make check
5rm `find * -name "*_test.gc??"` `find src/testcurl -name "*.gc??"` `find src/testzzuf -name "*.gc??"` `find src/examples -name "*.gc??"`
5for n in `find * -name "*.gc*" | grep libs` 6for n in `find * -name "*.gc*" | grep libs`
6do 7do
7 cd `dirname $n` 8 cd `dirname $n`