[glib] Allow current lcov (version 1.9) to be used for coverage
- From: Simon McVittie <smcv src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Allow current lcov (version 1.9) to be used for coverage
- Date: Tue, 9 Aug 2011 09:56:43 +0000 (UTC)
commit 8f503548701eb8c14ac37c0b84629da5d4493495
Author: Simon McVittie <simon mcvittie collabora co uk>
Date: Mon Aug 8 15:48:27 2011 +0100
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>
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index ebcf6cf..504e1e5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]