mirror of
https://gitlab.nic.cz/knot/knot-dns.git
synced 2026-05-28 04:02:31 -04:00
Fix missing backslash in coverage dirs
This commit is contained in:
parent
7f2248e26a
commit
b5dc2dff6e
1 changed files with 6 additions and 5 deletions
11
Makefile.am
11
Makefile.am
|
|
@ -6,11 +6,12 @@ AM_DISTCHECK_CONFIGURE_FLAGS = \
|
|||
|
||||
CODE_COVERAGE_INFO = coverage.info
|
||||
CODE_COVERAGE_HTML = coverage.html
|
||||
CODE_COVERAGE_DIRS = \
|
||||
src/knot \
|
||||
src/libknot \
|
||||
src/zscanner
|
||||
dnssec/lib dnssec/shared
|
||||
CODE_COVERAGE_DIRS = \
|
||||
src/knot \
|
||||
src/libknot \
|
||||
src/zscanner \
|
||||
dnssec/lib \
|
||||
dnssec/shared
|
||||
|
||||
code_coverage_quiet = --quiet
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue