Browse Source

Tools: autotest: remove vestiges of waf-run coverage

master
Peter Barker 5 years ago committed by Andrew Tridgell
parent
commit
073248eca5
  1. 1
      Tools/scripts/run-coverage

1
Tools/scripts/run-coverage

@ -9,7 +9,6 @@ set -x @@ -9,7 +9,6 @@ set -x
# afterward report on the percentage of code executed and not executed
# etc.
export GCOV_ENABLED=1 # not sure this is required
export CCFLAGS="$CCFLAGS -fprofile-arcs -ftest-coverage"
export CXXFLAGS="$CXXFLAGS -fprofile-arcs -ftest-coverage"
export LINKFLAGS="$LINKFLAGS -lgcov -coverage"

Loading…
Cancel
Save