cov settings

This commit is contained in:
Philippe Teuwen 2019-10-10 14:52:51 +02:00
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