diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2012-03-29 10:39:14 -0700 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2012-03-29 10:39:14 -0700 |
commit | 689b16a6e4c356711ec99e580acc91a97b0a2f77 (patch) | |
tree | f5076aed5ab993ebf73c07d239ac1b597a976b11 /Makefile.am | |
parent | 80f29374f243cd53e53bf662a0017cd4088d238a (diff) | |
parent | ac5d7a54f7dacb776f2957d925450e97ca6f544a (diff) | |
download | ayatana-indicator-session-689b16a6e4c356711ec99e580acc91a97b0a2f77.tar.gz ayatana-indicator-session-689b16a6e4c356711ec99e580acc91a97b0a2f77.tar.bz2 ayatana-indicator-session-689b16a6e4c356711ec99e580acc91a97b0a2f77.zip |
merge lp:~allanlesage/indicator-session/TDD to add gcov to the build for coverage statitistics
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index d63dac8..bb27c84 100644 --- a/Makefile.am +++ b/Makefile.am @@ -72,3 +72,5 @@ test-ascii-quotes: po @chmod +x $@ CLEANFILES = $(TESTS) + +include $(top_srcdir)/Makefile.am.coverage |