[svn] commit: r482 - /branches/parkinglot/README

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Jan 19 14:28:51 UTC 2010


Author: jreed
Date: Tue Jan 19 14:28:51 2010
New Revision: 482

Log:
Autoconf and automake requirements.
And about coverage tests.

Modified:
    branches/parkinglot/README

Modified: branches/parkinglot/README
==============================================================================
--- branches/parkinglot/README (original)
+++ branches/parkinglot/README Tue Jan 19 14:28:51 2010
@@ -7,6 +7,24 @@
 ./configure
 make
 
+Requires autoconf 2.59 or newer.
+
+Use automake-1.11 or better for working Python 3.1 tests.
+
+Doing code coverage tests:
+
+make coverage
+	Does the following:
+
+make clean-coverage
+	Zeroes the lcov code coverage counters and removes the coverage HTML.
+
+make perform-coverage
+	Runs the C++ tests (using googletests framework).
+
+make report-coverage
+	Generates the coverage HTML, excludes some unrelated headers.
+	The HTML reports are places in a directory called coverage/.
 
 RUNNING
 




More information about the bind10-changes mailing list