dist/tools/vera++: exclude tests/pkg_utensor/models/deep_mlp_weight.hpp

This commit is contained in:
Martine Lenders 2021-01-05 17:15:00 +01:00
parent 40d72df91f
commit 1892da1b1a
No known key found for this signature in database
GPG Key ID: CCD317364F63286F

View File

@ -12,6 +12,10 @@ CURDIR=$(cd "$(dirname "$0")" && pwd)
: "${WARNING:=1}" : "${WARNING:=1}"
. "$RIOTBASE"/dist/tools/ci/changed_files.sh . "$RIOTBASE"/dist/tools/ci/changed_files.sh
# tests/pkg_utensor/models/deep_mlp_weight.hpp is an auto-generated file
# with lots of commas so T009 takes very long. Since it is auto-generated, just
# exclude it.
EXCLUDE='^(.+/vendor/|dist/tools/coccinelle/include|dist/tools/fixdep/fixdep.c|dist/tools/lpc2k_pgm/src|tests/pkg_utensor/models)'
FILES=$(changed_files) FILES=$(changed_files)
if [ -z "${FILES}" ]; then if [ -z "${FILES}" ]; then