This commit is contained in:
Nicolas "Pixel" Noble 2015-10-13 01:32:50 +02:00
parent 87879b3527
commit c1440e3cf4
1 changed files with 0 additions and 1 deletions

View File

@ -36,7 +36,6 @@ root=`readlink -f $(dirname $0)/../..`
out=$root/reports/c_cxx_coverage
tmp=`mktemp`
cd $root
tools/run_tests/run_tests.py -c gcov -l c c++ || true
lcov --capture --directory . --output-file $tmp
genhtml $tmp --output-directory $out
rm $tmp