[gnome-keyring/gck-work] Make coverage targets more modular.



commit a2ab14444d1256ef75e7d08c119b2cbe3a86330b
Author: Stef Walter <stef memberwebs com>
Date:   Sat Sep 18 17:14:47 2010 +0000

    Make coverage targets more modular.
    
    Run 'make clear' before starting running stuff you want in
    coverage, and then 'make coverage' for the report.

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



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