mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-28 16:01:18 +01:00
tools/buildsystem_check: exclude tests/external_board_native path
This test application must act as a regular application to showcase how to provide a board support from an external directory
This commit is contained in:
parent
418bcfb95d
commit
211cec8b3e
1
dist/tools/buildsystem_sanity_check/check.sh
vendored
1
dist/tools/buildsystem_sanity_check/check.sh
vendored
@ -196,6 +196,7 @@ checks_tests_application_not_defined_in_makefile() {
|
||||
patterns+=(-e '^[[:space:]]*APPLICATION[[:space:]:+]=')
|
||||
|
||||
pathspec+=('tests/**/Makefile')
|
||||
pathspec+=(':!tests/external_board_native/Makefile')
|
||||
|
||||
git -C "${RIOTBASE}" grep "${patterns[@]}" -- "${pathspec[@]}" \
|
||||
| error_with_message "Don't define APPLICATION in test Makefile"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user