libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit ce0473d52411d1bb274ae21b237f5af6f82c5134
parent b91f6a123ecebab2da7b4155eb66c6bcf686ac7c
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 27 Dec 2008 07:33:04 +0000

better script

Diffstat:
Mcontrib/coverage.sh | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/contrib/coverage.sh b/contrib/coverage.sh @@ -2,6 +2,12 @@ # make sure configure was run with coverage enabled... lcov --directory . --zerocounters make check +for n in `find * -name "*.gc*" | grep libs` +do + cd `dirname $n` + mv `basename $n` .. + cd - +done lcov --directory . --capture --output-file app.info mkdir /tmp/coverage genhtml -o /tmp/coverage app.info