1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00

Split up lcov target.

(This used to be commit 38f455e005)
This commit is contained in:
Jelmer Vernooij 2008-04-27 23:29:50 +01:00
parent 86a22b6fad
commit aedaba990f

View File

@ -327,9 +327,14 @@ gcov: test
do $(GCOV) -p -o $$I $$I/*.c; \
done
lcov: test
samba.info: test
-rm heimdal/lib/*/{lex,parse}.{gcda,gcno}
lcov --base-directory `pwd` --directory . --capture --output-file samba.info
genhtml -o coverage samba.info
lcov: samba.info
genhtml -o coverage $<
testcov-html:: lcov
clean::
@rm -f samba.info