Merge pull request #235 from ctiller/lcov

Restrict gcov to c/c++ for now
pull/151/head
Nicolas Noble 10 years ago
commit 1159dcf5bc
  1. 2
      tools/run_tests/run_lcov.sh

@ -7,7 +7,7 @@ out=`realpath ${1:-coverage}`
root=`realpath $(dirname $0)/../..`
tmp=`mktemp`
cd $root
tools/run_tests/run_tests.py -c gcov
tools/run_tests/run_tests.py -c gcov -l c c++
lcov --capture --directory . --output-file $tmp
genhtml $tmp --output-directory $out
rm $tmp

Loading…
Cancel
Save