diff options
author | infirit <[email protected]> | 2014-12-02 11:14:04 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-12-02 11:16:35 +0100 |
commit | 0f1a444af0c2d37fd1ad1b77220f6f9f8ef2b686 (patch) | |
tree | 74e03d3c2f1d508a5bdc71f988494ccaa8fdf3c3 /macros/mate-code-coverage.m4 | |
parent | 9f48a9b66a8ec131a6c827a55b43291f430a1674 (diff) | |
download | mate-common-0f1a444af0c2d37fd1ad1b77220f6f9f8ef2b686.tar.bz2 mate-common-0f1a444af0c2d37fd1ad1b77220f6f9f8ef2b686.tar.xz |
code-coverage: Support lcov 1.11
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 d38e165..f795174 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" + lcov_version_list="1.6 1.7 1.8 1.9 1.10 1.11" AC_CHECK_PROG([LCOV], [lcov], [lcov]) AC_CHECK_PROG([GENHTML], [genhtml], [genhtml]) |