aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2012-03-29 16:18:03 +0100
committerConor Curran <conor.curran@canonical.com>2012-03-29 16:18:03 +0100
commit747b46525f2cdae3e906edd064ee4ad022d88ff1 (patch)
tree3138910e932edf451bfec549ca2ea74b0ca3a46c /configure.ac
parentd4a652971f9a99ff244b0ec85a027753a3cf220e (diff)
parentdcafea3b9224300f1723646a0b817138129bea43 (diff)
downloadayatana-indicator-sound-747b46525f2cdae3e906edd064ee4ad022d88ff1.tar.gz
ayatana-indicator-sound-747b46525f2cdae3e906edd064ee4ad022d88ff1.tar.bz2
ayatana-indicator-sound-747b46525f2cdae3e906edd064ee4ad022d88ff1.zip
merged Allan's test work and turn on tests
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 3fb91a6..5d99802 100644
--- a/configure.ac
+++ b/configure.ac
@@ -95,6 +95,9 @@ AC_SUBST(SOUNDSERVICE_LIBS)
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)