diff options
author | Wladimir J. van der Laan <laanwj@protonmail.com> | 2019-11-07 14:03:04 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@protonmail.com> | 2020-01-28 17:01:48 +0100 |
commit | 402252a8081e25f22aa1a5c60708714cf1d84ec4 (patch) | |
tree | 01a44ae7f97465e56e31a0f83ec967ec784e1937 /Makefile.am | |
parent | 3a037d0067c2c12a1c2c800fb85613a0a2911253 (diff) |
build: Add LCOV exception for crc32c
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 22b83e80dd..bd41c5ae27 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" \ |