Meta: Always check completeness of ALL_THE_DEBUG_MACROS

This commit is contained in:
Ben Wiederhake 2020-11-28 18:16:38 +01:00 committed by Andreas Kling
commit e85aad6acc
Notes: sideshowbarker 2024-07-19 01:07:52 +09:00
2 changed files with 37 additions and 0 deletions

View file

@ -6,6 +6,7 @@ script_path=$(cd -P -- "$(dirname -- "$0")" && pwd -P)
cd "${script_path}/.." || exit 1
for cmd in \
Meta/check-debug-flags.sh \
Meta/check-style.sh \
Meta/lint-executable-resources.sh \
Meta/lint-ipc-ids.sh \