cov settings

This commit is contained in:
Philippe Teuwen
2019-10-10 14:52:51 +02:00
parent 070449f7d2
commit 81c1625bfc
3 changed files with 39 additions and 9 deletions

View File

@@ -3,4 +3,7 @@
set -e
. .coverity.conf || exit 1
# cov-configure --list-configured-compilers text
cov-configure --template --compiler arm-none-eabi-gcc --comptype gcc
# cov can't read gcov from gcc > 7
cov-configure --template --compiler $HOSTCC --comptype gcc