[svn] commit: r4021 - /branches/trac362/README

BIND 10 source code commits bind10-changes at lists.isc.org
Mon Dec 27 18:17:00 UTC 2010


Author: jreed
Date: Mon Dec 27 18:16:59 2010
New Revision: 4021

Log:
Refer to correct directory names and a little more information about code
coverage.

Modified:
    branches/trac362/README

Modified: branches/trac362/README
==============================================================================
--- branches/trac362/README (original)
+++ branches/trac362/README Mon Dec 27 18:16:59 2010
@@ -92,6 +92,11 @@
 
 TEST COVERAGE
 
+Code coverage reports may be generated using make. These are
+based on running on the unit tests. The resulting reports are placed
+in coverage-cpp-html and coverage-python-html directories for C++
+and Python, respectively.
+
 The code coverage report for the C++ tests uses LCOV. It is available
 from http://ltp.sourceforge.net/. To generate the HTML report,
 first configure BIND 10 with:
@@ -131,11 +136,11 @@
   make report-cpp-coverage
 	Generates the coverage report in HTML for C++, excluding
 	some unrelated headers.  The HTML reports are placed in a
-	directory called coverage/.
+	directory called coverage-cpp-html/.
 
   make report-python-coverage
 	Generates the coverage report in HTML for Python. The HTML
-	reports are placed in a directory called py-coverage-html/.
+	reports are placed in a directory called coverage-python-html/.
 
 DEVELOPERS
 




More information about the bind10-changes mailing list