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:
parent
7ccf70ff04
commit
74eb56e141
4
dist/tools/vera++/check.sh
vendored
4
dist/tools/vera++/check.sh
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user