Skip to content

Commit b8001f4

Browse files
committed
tools/buildsystem_sanity_check: update exclude list
1 parent 2d24111 commit b8001f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • dist/tools/buildsystem_sanity_check

dist/tools/buildsystem_sanity_check/check.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ checks_tests_application_not_defined_in_makefile() {
261261
patterns+=(-e '^[[:space:]]*APPLICATION[[:space:]:+]=')
262262

263263
pathspec+=('tests/**/Makefile')
264-
pathspec+=(':!tests/external_board_native/Makefile')
264+
pathspec+=(':!tests/build_system/external_board_native/Makefile')
265265

266266
git -C "${RIOTBASE}" grep -n "${patterns[@]}" -- "${pathspec[@]}" \
267267
| error_with_message "Don't define APPLICATION in test Makefile"

0 commit comments

Comments
 (0)