Update Misra test coverage, which now includes rule 2.7

master
Riccardo 2019-11-27 00:23:32 -08:00
parent fb6bc3ba7e
commit dec565c728
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
2.4 X (Cppcheck)
2.5
2.6 X (Cppcheck)
2.7
2.7 X (Addon)
3.1 X (Addon)
3.2 X (Addon)
4.1 X (Addon)

View File

@ -4,7 +4,7 @@ mkdir /tmp/misra || true
git clone https://github.com/danmar/cppcheck.git || true
cd cppcheck
git fetch
git checkout bdd41151ed550e3d240a6dd6847859216b7ad736
git checkout e46191e6e809272d8b34feca8999ee413f716b80
make -j4
cd ../../../