diff options
author | Allan LeSage <allanlesage@gmail.com> | 2012-03-27 16:16:53 -0500 |
---|---|---|
committer | Allan LeSage <allanlesage@gmail.com> | 2012-03-27 16:16:53 -0500 |
commit | 22ff9e16c0c27ceaba2c544c1e7b282f0839ebf8 (patch) | |
tree | 6937034db8be3a3e4600b5c1c1039aeb35d9f858 | |
parent | 18da8cd8e22caf1f524e664d7a6fc19412831f1d (diff) | |
download | ayatana-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.coverage | 4 |
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 |