aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAllan LeSage <allanlesage@gmail.com>2012-03-27 15:34:42 -0500
committerAllan LeSage <allanlesage@gmail.com>2012-03-27 15:34:42 -0500
commit3db9585813b8d58f3cbc54e33753e95378c74a93 (patch)
tree353e16562cd7926c4b669a80f3cecf66e6aec0e8 /configure.ac
parentf1c593168aa0ed12b706df03372c6fe9ff8572a5 (diff)
downloadayatana-indicator-power-3db9585813b8d58f3cbc54e33753e95378c74a93.tar.gz
ayatana-indicator-power-3db9585813b8d58f3cbc54e33753e95378c74a93.tar.bz2
ayatana-indicator-power-3db9585813b8d58f3cbc54e33753e95378c74a93.zip
Added gcov coverage tooling.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index d00a868..1d86f93 100644
--- a/configure.ac
+++ b/configure.ac
@@ -53,6 +53,9 @@ GLIB_GSETTINGS
m4_include([m4/gcov.m4])
AC_TDD_GCOV
+AM_CONDITIONAL([HAVE_GCOV], [test "x$ac_cv_check_gcov" = xyes])
+AM_CONDITIONAL([HAVE_LCOV], [test "x$ac_cv_check_lcov" = xyes])
+AM_CONDITIONAL([HAVE_GCOVR], [test "x$ac_cv_check_gcovr" = xyes])
AC_SUBST(COVERAGE_CFLAGS)
AC_SUBST(COVERAGE_CXXFLAGS)
AC_SUBST(COVERAGE_LDFLAGS)