aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAllan LeSage <allanlesage@gmail.com>2012-03-19 13:18:45 -0500
committerAllan LeSage <allanlesage@gmail.com>2012-03-19 13:18:45 -0500
commitb379f9b1ffd13663fb869038194152b8cddf8c49 (patch)
treefe90f8fcd39a9681255dcdd631c6e4c78323124a /Makefile.am
parent25fcbef28e8b33fc1ee624359ac4b39fbcb741dc (diff)
parentb5b2b08a71f9babbadeb19ac956ba0029a7ff080 (diff)
downloadayatana-indicator-messages-b379f9b1ffd13663fb869038194152b8cddf8c49.tar.gz
ayatana-indicator-messages-b379f9b1ffd13663fb869038194152b8cddf8c49.tar.bz2
ayatana-indicator-messages-b379f9b1ffd13663fb869038194152b8cddf8c49.zip
Merged TDD coverage tooling.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 1e8aa57..6d4e4ee 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,10 +4,6 @@ SUBDIRS = \
data \
po
-if BUILD_TESTS
-SUBDIRS += test
-endif
-
DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall --enable-deprecations
dist-hook:
@@ -36,4 +32,5 @@ dist-hook:
echo Failed to generate AUTHORS: not a branch >&2; \
fi
+
include $(top_srcdir)/Makefile.am.coverage