1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 06:23:53 +01:00

dist/tools/vera++: fix exclude rules for tests/pkg/utensor

This commit is contained in:
Alexandre Abadie 2023-05-05 21:53:42 +02:00
parent 7ccf70ff04
commit 74eb56e141
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -13,10 +13,10 @@ CURDIR=$(cd "$(dirname "$0")" && pwd)
. "$RIOTBASE"/dist/tools/ci/changed_files.sh
. "$RIOTBASE"/dist/tools/ci/github_annotate.sh
# tests/pkg_utensor/models/deep_mlp_weight.hpp is an auto-generated file
# 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/external_modules/models)'
EXCLUDE='^(.+/vendor/|dist/tools/coccinelle/include|dist/tools/fixdep/fixdep.c|dist/tools/lpc2k_pgm/src|tests/pkg/utensor/external_modules/models)'
FILES=$(changed_files)
if [ -z "${FILES}" ]; then