Merge branch 'RfidResearchGroup:master' into spi_flash_v2
[RRG-proxmark3.git] / covconfig.sh
blob3d13786cb54538e1b6bc3c6a68593d6c3050aa91
1 #!/usr/bin/env bash
3 set -e
4 . .coverity.conf || exit 1
6 # cov-configure --list-configured-compilers text
7 cov-configure --template --compiler arm-none-eabi-gcc --comptype gcc
8 cov-configure --template --compiler $HOSTCC --comptype gcc