2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 05:27:55 +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:
Jeremy C. Reed 2010-12-08 14:23:36 +00:00
parent 41021f279a
commit aa8d028fa9

View File

@ -37,7 +37,7 @@ report-coverage:
\*_unittest.cc \
\*_unittests.h \
--output report.info
$(GENHTML) -o coverage report.info
$(GENHTML) --legend -o coverage report.info
coverage: clean-coverage perform-coverage report-coverage