Change the 'coverage' target to build coverage-untested-functions by
default, so as to make it more discoverable.

Signed-off-by: Thomas Rast <tr...@inf.ethz.ch>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 153d24d..6f9d1c7 100644
--- a/Makefile
+++ b/Makefile
@@ -2529,7 +2529,7 @@ check-builtins::
 
 coverage:
        $(MAKE) coverage-test
-       $(MAKE) coverage-report
+       $(MAKE) coverage-untested-functions
 
 object_dirs := $(sort $(dir $(OBJECTS)))
 coverage-clean-results:
-- 
1.8.3.rc1.400.g07d6e4a

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to