aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2019-11-07 14:03:04 +0100
committerWladimir J. van der Laan <[email protected]>2020-01-28 17:01:48 +0100
commit402252a8081e25f22aa1a5c60708714cf1d84ec4 (patch)
tree01a44ae7f97465e56e31a0f83ec967ec784e1937
parenttest: Add crc32c exception to various linters and generation scripts (diff)
downloaddiscoin-402252a8081e25f22aa1a5c60708714cf1d84ec4.tar.xz
discoin-402252a8081e25f22aa1a5c60708714cf1d84ec4.zip
build: Add LCOV exception for crc32c
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 22b83e80d..bd41c5ae2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -194,6 +194,7 @@ LCOV_FILTER_PATTERN = \
-p "/usr/lib/" \
-p "/usr/lib64/" \
-p "src/leveldb/" \
+ -p "src/crc32c/" \
-p "src/bench/" \
-p "src/univalue" \
-p "src/crypto/ctaes" \