aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authornijynot <nijynot@gmail.com>2019-12-09 00:14:53 +0100
committernijynot <nijynot@gmail.com>2019-12-09 00:14:53 +0100
commitf736f6920b160c9e7d7072500ddd0459c5181f86 (patch)
tree066d79c682b1f23efbad7d2914152626168d36bd /Makefile.am
parenta5a705b46dd32f93857e916311e3b71cae8be6b7 (diff)
downloadbitcoin-f736f6920b160c9e7d7072500ddd0459c5181f86.tar.xz
lcov: filter /usr/lib64 from coverage report
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 0332e686d3..f121c33b24 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -192,6 +192,7 @@ if USE_LCOV
LCOV_FILTER_PATTERN = \
-p "/usr/include/" \
-p "/usr/lib/" \
+ -p "/usr/lib64/" \
-p "src/leveldb/" \
-p "src/bench/" \
-p "src/univalue" \