better script

This commit is contained in:
Christian Grothoff
2008-12-27 07:33:04 +00:00
parent b91f6a123e
commit ce0473d524
+6
View File
@@ -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