Commit 842c7e70 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

vtest.sh: Set up GCOV jobs with configure flags

parent 58bdd33a
......@@ -129,7 +129,7 @@ autogen () (
set -e
cd "${SRCDIR}"
nice make distclean > /dev/null 2>&1 || true
nice sh "${SRCDIR}"/autogen.des
nice sh "${SRCDIR}"/autogen.des $AUTOGEN_FLAGS
)
makedistcheck () (
......@@ -207,7 +207,7 @@ if $enable_gcov ; then
#export CC=gcc6
#export CC=clang80
export GCOVPROG='llvm-cov gcov'
export CFLAGS="-fprofile-arcs -ftest-coverage -fstack-protector -DDONT_DLCLOSE_VMODS -DGCOVING"
export AUTOGEN_FLAGS='--enable-coverage --enable-stack-protector'
export MAKEFLAGS=-j1
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment