aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan LeSage <allanlesage@gmail.com>2012-03-27 14:25:26 -0500
committerAllan LeSage <allanlesage@gmail.com>2012-03-27 14:25:26 -0500
commit605a57196945bac0e13787e0c00bf987da3d8063 (patch)
tree5f69e088c332123e6e0c412f60cf70330c0396ee
parent577fad28e2a126a1ae7168bf73a9da3405d23b5f (diff)
downloadayatana-indicator-sound-605a57196945bac0e13787e0c00bf987da3d8063.tar.gz
ayatana-indicator-sound-605a57196945bac0e13787e0c00bf987da3d8063.tar.bz2
ayatana-indicator-sound-605a57196945bac0e13787e0c00bf987da3d8063.zip
Incredibly pedantic name change for gcovr xml results.
-rw-r--r--Makefile.am.coverage4
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