mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-30 21:45:37 +00:00
Add --legend switch for genhtml. This includes small explanation
on webpages. This feature has been in lcov since 1.5. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3766 e5f2f494-b856-4b98-b285-d166d9295462
This commit is contained in:
@@ -37,7 +37,7 @@ report-coverage:
|
|||||||
\*_unittest.cc \
|
\*_unittest.cc \
|
||||||
\*_unittests.h \
|
\*_unittests.h \
|
||||||
--output report.info
|
--output report.info
|
||||||
$(GENHTML) -o coverage report.info
|
$(GENHTML) --legend -o coverage report.info
|
||||||
|
|
||||||
coverage: clean-coverage perform-coverage report-coverage
|
coverage: clean-coverage perform-coverage report-coverage
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user