aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan LeSage <allanlesage@gmail.com>2012-03-27 16:16:53 -0500
committerAllan LeSage <allanlesage@gmail.com>2012-03-27 16:16:53 -0500
commit22ff9e16c0c27ceaba2c544c1e7b282f0839ebf8 (patch)
tree6937034db8be3a3e4600b5c1c1039aeb35d9f858
parent18da8cd8e22caf1f524e664d7a6fc19412831f1d (diff)
downloadayatana-indicator-application-22ff9e16c0c27ceaba2c544c1e7b282f0839ebf8.tar.gz
ayatana-indicator-application-22ff9e16c0c27ceaba2c544c1e7b282f0839ebf8.tar.bz2
ayatana-indicator-application-22ff9e16c0c27ceaba2c544c1e7b282f0839ebf8.zip
Pedantic name change for gcovr xml coverage 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 2bc3f33..fb97747 100644
--- a/Makefile.am.coverage
+++ b/Makefile.am.coverage
@@ -38,10 +38,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