diff options
author | monsta <[email protected]> | 2015-10-20 10:27:56 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2015-10-20 10:27:56 +0300 |
commit | c6cb673fc7001d13c3c821a3fbd542a3388cfaac (patch) | |
tree | 17d5d0c02b2023d373059e8fcf120421e5ba64a4 /macros/mate-code-coverage.m4 | |
parent | 2f6b96e17946f8429e5167437c3516d9ee92f818 (diff) | |
download | mate-common-c6cb673fc7001d13c3c821a3fbd542a3388cfaac.tar.bz2 mate-common-c6cb673fc7001d13c3c821a3fbd542a3388cfaac.tar.xz |
code-coverage: Support lcov 1.12
Diffstat (limited to 'macros/mate-code-coverage.m4')
-rw-r--r-- | macros/mate-code-coverage.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/mate-code-coverage.m4 b/macros/mate-code-coverage.m4 index f795174..c072ede 100644 --- a/macros/mate-code-coverage.m4 +++ b/macros/mate-code-coverage.m4 @@ -45,7 +45,7 @@ AC_DEFUN([MATE_CODE_COVERAGE],[ ]) # List of supported lcov versions. - lcov_version_list="1.6 1.7 1.8 1.9 1.10 1.11" + lcov_version_list="1.6 1.7 1.8 1.9 1.10 1.11 1.12" AC_CHECK_PROG([LCOV], [lcov], [lcov]) AC_CHECK_PROG([GENHTML], [genhtml], [genhtml]) |