]> git.proxmox.com Git - mirror_zfs.git/blobdiff - config/ax_code_coverage.m4
Updated the lz4 decompressor
[mirror_zfs.git] / config / ax_code_coverage.m4
index 3e3c666f3c54956f63c4a3c4158f3401f780b66e..cd2498358df2b96a38e3577b95717c95b34bc2ef 100644 (file)
@@ -224,6 +224,7 @@ CODE_COVERAGE_GENHTML_OPTIONS ?= $(CODE_COVERAGE_GENHTML_OPTIONS_DEFAULT)
 # Ignore tmp and tests themselves
 CODE_COVERAGE_IGNORE_PATTERN ?= "/tmp/*" "*/tests/*"
 CODE_COVERAGE_IGNORE_PATTERN += "*/module/zstd/lib/*"
+CODE_COVERAGE_IGNORE_PATTERN += "*/module/zfs/lz4.c"
 
 GITIGNOREFILES ?=
 GITIGNOREFILES += $(CODE_COVERAGE_OUTPUT_FILE) $(CODE_COVERAGE_OUTPUT_DIRECTORY)