1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 09:24:57 +00:00

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
parent e1baf9ec92
commit e85aad6acc
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 \