aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2020-04-30 09:07:11 +0300
committerMatias Elo <matias.elo@nokia.com>2020-05-06 15:50:00 +0300
commit7f3804e165875c8f7b6b06358f9ec3532d1ec43e (patch)
tree292fdba0bbf09dbfa817306afe5048e622878838 /scripts
parent76aaf4dd68f56a62528d6269325a5fa7a6c50e43 (diff)
codecov: enable performance tests
Improve testing coverage. Signed-off-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Petri Savolainen <petri.savolainen@nokia.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ci/coverage.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ci/coverage.sh b/scripts/ci/coverage.sh
index 0ab2f028b..38cb46756 100755
--- a/scripts/ci/coverage.sh
+++ b/scripts/ci/coverage.sh
@@ -9,7 +9,7 @@ cd "$(dirname "$0")"/../..
./bootstrap
./configure \
CFLAGS="-O0 -coverage $CLFAGS" CXXFLAGS="-O0 -coverage $CXXFLAGS" LDFLAGS="--coverage $LDFLAGS" \
- --enable-debug=full --enable-helper-linux --enable-dpdk --disable-test-perf
+ --enable-debug=full --enable-helper-linux --enable-dpdk
export CCACHE_DISABLE=1
make -j $(nproc)