From: Ilan Peer Date: Mon, 27 Oct 2014 14:00:56 +0000 (-0400) Subject: tests: Update vm README X-Git-Tag: hostap_2_4~1169 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=40c57fa88f9755eb06ec5eaa0f6f187be6506829;p=thirdparty%2Fhostap.git 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 --- diff --git a/tests/hwsim/vm/README b/tests/hwsim/vm/README index 68d740d21..8fef72c86 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.