aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMathieu Trudel-Lapierre <mathieu-tl@ubuntu.com>2012-12-05 12:59:49 -0500
committerMathieu Trudel-Lapierre <mathieu-tl@ubuntu.com>2012-12-05 12:59:49 -0500
commit2333cc937e08c8027ff62faceea6e383d0fc9b78 (patch)
tree82d3e4da2739f4206d20c19298dd5d3b5ebdee9f /Makefile.am
parent7b3703e6ed6bec9f2880a4b40371551077314430 (diff)
downloadayatana-indicator-session-2333cc937e08c8027ff62faceea6e383d0fc9b78.tar.gz
ayatana-indicator-session-2333cc937e08c8027ff62faceea6e383d0fc9b78.tar.bz2
ayatana-indicator-session-2333cc937e08c8027ff62faceea6e383d0fc9b78.zip
Move TestCanStartService into a separate make target "localcheck"; so that
the other tests can successfully run, and this one be used as an integration check.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 8fb5d77..a406d44 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -40,4 +40,6 @@ dist-hook:
echo Failed to generate AUTHORS: not a branch >&2; \
fi
+localcheck:
+
include $(top_srcdir)/Makefile.am.coverage