[gnome-keyring] Change coverage target to clear after generating.



commit 8453056f507d87f7c80315e8a23485bc0972bc2b
Author: Stef Walter <stefw collabora co uk>
Date:   Tue Nov 30 00:35:59 2010 +0000

    Change coverage target to clear after generating.
    
    Use 'make coverage' after running code.

 Makefile.am |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 0a4c96d..d8a1b10 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -64,12 +64,10 @@ install-pam:
 	@echo "WARNING: install-pam is no longer used, use the --with-pam-dir configure option instead"
 
 if WITH_COVERAGE
-clear:
-	$(LCOV) --directory . --zerocounters
-
 coverage:
 	mkdir -p testing/coverage
 	$(LCOV) --directory . --capture --output-file testing/coverage.info
 	$(GENHTML) --output-directory testing/coverage testing/coverage.info
+	$(LCOV) --directory . --zerocounters
 	@echo "file://$(abs_top_builddir)/testing/coverage/index.html"
 endif



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]