mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-11 15:06:14 +01:00
Allow current lcov (version 1.9) to be used for coverage
It seems to work fine with the same invocation already used. Bug: https://bugzilla.gnome.org/show_bug.cgi?id=656162 Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
This commit is contained in:
parent
9bcf89cd70
commit
8f50354870
@ -2934,7 +2934,7 @@ if test "x$use_gcov" = "xyes"; then
|
||||
AC_MSG_ERROR([ccache must be disabled when --enable-gcov option is used. You can disable ccache by setting environment variable CCACHE_DISABLE=1.])
|
||||
fi
|
||||
|
||||
ltp_version_list="1.6 1.7 1.8"
|
||||
ltp_version_list="1.6 1.7 1.8 1.9"
|
||||
AC_CHECK_PROG(LTP, lcov, lcov)
|
||||
AC_CHECK_PROG(LTP_GENHTML, genhtml, genhtml)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user