mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
tools/buildsystem_sanity_check: update exclude list
This commit is contained in:
parent
2d241112e6
commit
b8001f48b2
2
dist/tools/buildsystem_sanity_check/check.sh
vendored
2
dist/tools/buildsystem_sanity_check/check.sh
vendored
@ -261,7 +261,7 @@ checks_tests_application_not_defined_in_makefile() {
|
||||
patterns+=(-e '^[[:space:]]*APPLICATION[[:space:]:+]=')
|
||||
|
||||
pathspec+=('tests/**/Makefile')
|
||||
pathspec+=(':!tests/external_board_native/Makefile')
|
||||
pathspec+=(':!tests/build_system/external_board_native/Makefile')
|
||||
|
||||
git -C "${RIOTBASE}" grep -n "${patterns[@]}" -- "${pathspec[@]}" \
|
||||
| error_with_message "Don't define APPLICATION in test Makefile"
|
||||
|
Loading…
Reference in New Issue
Block a user