From 40c57fa88f9755eb06ec5eaa0f6f187be6506829 Mon Sep 17 00:00:00 2001 From: Ilan Peer Date: Mon, 27 Oct 2014 10:00:56 -0400 Subject: [PATCH] tests: Update vm README Update the code coverage documentation to also specify the source base directory for the code coverage generation. Signed-off-by: Ilan Peer --- tests/hwsim/vm/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/hwsim/vm/README b/tests/hwsim/vm/README index 68d740d..8fef72c 100644 --- a/tests/hwsim/vm/README +++ b/tests/hwsim/vm/README @@ -57,7 +57,7 @@ VM into the logs directory. To post-process this data, you'll want to use lcov and run cd /tmp/hwsim-test-logs/ -lcov -c -d gcov/ > gcov/data +lcov -b -c -d gcov/ > gcov/data genhtml -o html/ gcov/data Then open html/index.html in your browser. -- 2.1.4