We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d24111 commit b8001f4Copy full SHA for b8001f4
1 file changed
dist/tools/buildsystem_sanity_check/check.sh
@@ -261,7 +261,7 @@ checks_tests_application_not_defined_in_makefile() {
261
patterns+=(-e '^[[:space:]]*APPLICATION[[:space:]:+]=')
262
263
pathspec+=('tests/**/Makefile')
264
- pathspec+=(':!tests/external_board_native/Makefile')
+ pathspec+=(':!tests/build_system/external_board_native/Makefile')
265
266
git -C "${RIOTBASE}" grep -n "${patterns[@]}" -- "${pathspec[@]}" \
267
| error_with_message "Don't define APPLICATION in test Makefile"
0 commit comments