diff options
author | Allan LeSage <allanlesage@gmail.com> | 2012-03-27 17:29:55 -0500 |
---|---|---|
committer | Allan LeSage <allanlesage@gmail.com> | 2012-03-27 17:29:55 -0500 |
commit | d9416f4f284c401b8848e4bd249fd5cbd25142c3 (patch) | |
tree | 952be03ae1947709564ed479da10d13534cf692a /Makefile.am | |
parent | 3c5b15aba9bb40ab8ef9c55df35941b67e52d31b (diff) | |
download | ayatana-indicator-session-d9416f4f284c401b8848e4bd249fd5cbd25142c3.tar.gz ayatana-indicator-session-d9416f4f284c401b8848e4bd249fd5cbd25142c3.tar.bz2 ayatana-indicator-session-d9416f4f284c401b8848e4bd249fd5cbd25142c3.zip |
Added gcov coverage tooling.
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 |