[svn] commit: r423 - /branches/parkinglot/Makefile.am

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Dec 31 18:11:19 UTC 2009


Author: jreed
Date: Thu Dec 31 18:11:19 2009
New Revision: 423

Log:
Add more paths to exclude for the LCOV coverage report.

Modified:
    branches/parkinglot/Makefile.am

Modified: branches/parkinglot/Makefile.am
==============================================================================
--- branches/parkinglot/Makefile.am (original)
+++ branches/parkinglot/Makefile.am Thu Dec 31 18:11:19 2009
@@ -17,7 +17,11 @@
 report-coverage:
 	$(LCOV) --capture --directory . --output-file all.info
 	$(LCOV) --remove all.info \
-			c++/4.4/\* \
+			c++/4.4\*/\* \
+			c++/4.4\*/backward/\* \
+			c++/4.4\*/bits/\* \
+			c++/4.4\*/ext/\* \
+			c++/4.4\*/\*-\*/bits/\* \
 			boost/\* \
 			gtest/\* \
 			usr/include/\* \




More information about the bind10-changes mailing list