1
0
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:
Alexandre Abadie 2023-05-10 11:38:36 +02:00
parent 2d241112e6
commit b8001f48b2
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -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"