mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
better script
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user