[svn] commit: r519 - /branches/parkinglot/README
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Jan 26 20:01:51 UTC 2010
Author: jreed
Date: Tue Jan 26 20:01:50 2010
New Revision: 519
Log:
Minor changes. (Testing svn post-commit hook.)
Modified:
branches/parkinglot/README
Modified: branches/parkinglot/README
==============================================================================
--- branches/parkinglot/README (original)
+++ branches/parkinglot/README Tue Jan 26 20:01:50 2010
@@ -7,26 +7,29 @@
Simple build instructions:
-autoreconf
-./configure
-make
+ autoreconf
+ ./configure
+ make
Requires autoconf 2.59 or newer.
Use automake-1.11 or better for working Python 3.1 tests.
+
+TEST COVERAGE
+
Doing code coverage tests:
-make coverage
+ make coverage
Does the following:
-make clean-coverage
+ make clean-coverage
Zeroes the lcov code coverage counters and removes the coverage HTML.
-make perform-coverage
+ make perform-coverage
Runs the C++ tests (using googletests framework).
-make report-coverage
+ make report-coverage
Generates the coverage HTML, excluding some unrelated headers.
The HTML reports are placed in a directory called coverage/.
More information about the bind10-changes
mailing list