From 241dab1fa102161df392accfc9ed04012bf82116 Mon Sep 17 00:00:00 2001 From: "Jeremy C. Reed" Date: Thu, 31 Dec 2009 18:11:19 +0000 Subject: [PATCH] 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 --- Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 1121b045d..e4bb16bd5 100644 --- a/Makefile.am +++ b/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/\* \ -- GitLab