tests: Update vm README
authorIlan Peer <ilan.peer@intel.com>
Mon, 27 Oct 2014 14:00:56 +0000 (10:00 -0400)
committerJouni Malinen <j@w1.fi>
Sat, 1 Nov 2014 15:08:29 +0000 (17:08 +0200)
Update the code coverage documentation to also specify the
source base directory for the code coverage generation.

Signed-off-by: Ilan Peer <ilan.peer@intel.com>
tests/hwsim/vm/README

index 68d740d..8fef72c 100644 (file)
@@ -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/<timestamp>
-lcov -c -d gcov/ > gcov/data
+lcov -b <path to kernel dir> -c -d gcov/ > gcov/data
 genhtml -o html/ gcov/data
 
 Then open html/index.html in your browser.