[svn] commit: r3766 - /trunk/Makefile.am

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Dec 8 14:23:36 UTC 2010


Author: jreed
Date: Wed Dec  8 14:23:36 2010
New Revision: 3766

Log:
Add --legend switch for genhtml. This includes small explanation
on webpages. This feature has been in lcov since 1.5.

Modified:
    trunk/Makefile.am

Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am (original)
+++ trunk/Makefile.am Wed Dec  8 14:23:36 2010
@@ -37,7 +37,7 @@
 			\*_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
 




More information about the bind10-changes mailing list