Skip to content
Snippets Groups Projects
Commit c1440e3c authored by Nicolas "Pixel" Noble's avatar Nicolas "Pixel" Noble
Browse files

Derp.

parent 87879b35
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,6 @@ root=`readlink -f $(dirname $0)/../..` ...@@ -36,7 +36,6 @@ root=`readlink -f $(dirname $0)/../..`
out=$root/reports/c_cxx_coverage out=$root/reports/c_cxx_coverage
tmp=`mktemp` tmp=`mktemp`
cd $root cd $root
tools/run_tests/run_tests.py -c gcov -l c c++ || true
lcov --capture --directory . --output-file $tmp lcov --capture --directory . --output-file $tmp
genhtml $tmp --output-directory $out genhtml $tmp --output-directory $out
rm $tmp rm $tmp
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment