diff options
author | Allan LeSage <allanlesage@gmail.com> | 2012-03-27 14:25:26 -0500 |
---|---|---|
committer | Allan LeSage <allanlesage@gmail.com> | 2012-03-27 14:25:26 -0500 |
commit | 605a57196945bac0e13787e0c00bf987da3d8063 (patch) | |
tree | 5f69e088c332123e6e0c412f60cf70330c0396ee /Makefile.am.coverage | |
parent | 577fad28e2a126a1ae7168bf73a9da3405d23b5f (diff) | |
download | ayatana-indicator-sound-605a57196945bac0e13787e0c00bf987da3d8063.tar.gz ayatana-indicator-sound-605a57196945bac0e13787e0c00bf987da3d8063.tar.bz2 ayatana-indicator-sound-605a57196945bac0e13787e0c00bf987da3d8063.zip |
Incredibly pedantic name change for gcovr xml results.
Diffstat (limited to 'Makefile.am.coverage')
-rw-r--r-- | Makefile.am.coverage | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am.coverage b/Makefile.am.coverage index a9bfa2b..68bd5bb 100644 --- a/Makefile.am.coverage +++ b/Makefile.am.coverage @@ -35,10 +35,10 @@ coverage-gcovr: clean-gcda generate-coverage-gcovr: @echo Generating coverage GCOVR report - $(GCOVR) -x -r $(top_builddir) -o $(top_builddir)/coverage.gcovr + $(GCOVR) -x -r $(top_builddir) -o $(top_builddir)/coverage.xml clean-coverage-gcovr: clean-gcda - -rm -rf $(top_builddir)/coverage.gcovr + -rm -rf $(top_builddir)/coverage.xml endif # HAVE_GCOVR |