Browse Source

Add more paths to exclude for the LCOV coverage report.

git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@423 e5f2f494-b856-4b98-b285-d166d9295462
Jeremy C. Reed 15 years ago
parent
commit
241dab1fa1
1 changed files with 5 additions and 1 deletions
  1. 5 1
      Makefile.am

+ 5 - 1
Makefile.am

@@ -17,7 +17,11 @@ perform-coverage: check
 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/\* \