mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
parent
86a22b6fad
commit
aedaba990f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user