aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2012-04-12 10:18:01 -0500
committerCharles Kerr <charles.kerr@canonical.com>2012-04-12 10:18:01 -0500
commitceb09d1a5aa9f8659765a11f37c2778058d218ab (patch)
tree1e6e7eda17eddc30ada80519199646570102c765 /Makefile.am
parenta4ad20e59551cd88b3811176b6ded951c29ecdf2 (diff)
parent0597fa88bbafb21e71a1e2440423bc912c09f16b (diff)
downloadayatana-ido-ceb09d1a5aa9f8659765a11f37c2778058d218ab.tar.gz
ayatana-ido-ceb09d1a5aa9f8659765a11f37c2778058d218ab.tar.bz2
ayatana-ido-ceb09d1a5aa9f8659765a11f37c2778058d218ab.zip
merge lp:~allanlesage/ido/TDD to add targets to autotools build for code-coverage reporting. For more information, see this blog post: http://qualityhour.wordpress.com/2012/01/29/test-coverage-tutorial-for-cc-autotools-projects/ .
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 30a0adc..530ded5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -23,3 +23,5 @@ DISTCLEANFILES = libido.pc libido3.pc
EXTRA_DIST = libido.pc.in libido3.pc.in
DISTCHECK_CONFIGURE_FLAGS = --disable-gtk-doc
+
+include $(top_srcdir)/Makefile.am.coverage