From 7f1633f215d45102147218390d3b96a167ad2921 Mon Sep 17 00:00:00 2001 From: Patrick Williams Date: Wed, 6 Mar 2013 10:12:00 -0600 Subject: Improve GCOV output to include driver name. Change-Id: Ia16855c69095b69acf78071bb377a86e2c3f769b Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3440 Reviewed-by: ADAM R. MUHLE Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell Reviewed-by: A. Patrick Williams III --- makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index 7ba22a319..a9d575f1e 100644 --- a/makefile +++ b/makefile @@ -43,7 +43,8 @@ gcov: rm -rf obj/gcov/* $(MAKE) gcov_pass find obj/gcov/ -size 0c | xargs rm # Delete empty files. - genhtml obj/gcov/*.lcov -o obj/gcov/html + genhtml obj/gcov/*.lcov -o obj/gcov/html --prefix `pwd` \ + --title `git describe --dirty` @echo "View GCOV results with: firefox obj/gcov/html/index.html" $(IMGDIR)/hbotStringFile : $(IMAGES) -- cgit v1.2.1