diff options
| author | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2020-01-01 15:44:39 +0200 |
|---|---|---|
| committer | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2020-01-01 15:56:48 +0200 |
| commit | 12b34be3cfe2af7b22f53b68f67a1c5156b2df6a (patch) | |
| tree | 31a9f93da812cf08e859f56aa08f14addc4abd9a /Makefile.am | |
| parent | ad63044915669129e445d6dcec491310ccbae645 (diff) | |
mu: allow for code-coverage reports
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Makefile.am b/Makefile.am index ab91664..695fd42 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -## Copyright (C) 2008-2018 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> +## Copyright (C) 2008-2020 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by @@ -28,13 +28,7 @@ else mu4e= endif -# if BUILD_PERL -# perl=perl -# else -# perl= -# endif - -SUBDIRS=m4 man lib $(guile) mu $(mu4e) contrib toys # $(perl) +SUBDIRS=m4 man lib $(guile) mu $(mu4e) contrib toys ACLOCAL_AMFLAGS=-I m4 @@ -95,3 +89,9 @@ EXTRA_DIST= \ doc_DATA = \ NEWS.org + +include $(top_srcdir)/aminclude_static.am + +CODE_COVERAGE_IGNORE_PATTERN= \ + '/usr/*' \ + '*test-*' |
