Tools: autotest: remove vestiges of waf-run coverage

This commit is contained in:
Peter Barker 2019-09-26 14:55:10 +10:00 committed by Andrew Tridgell
parent 11c633be32
commit 073248eca5
1 changed files with 0 additions and 1 deletions

View File

@ -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"