1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-09 09:34:57 +09:00

Meta: Remove check-ak-test-files script

This script only checks Tests/AK, and verifies that all source files
that match Tests/AK/*.cpp are listed in the CMakeLists.txt.

This is a bit excessive. We don't have this check for any other test
files. This sort of error will definitely ™️ be caught in review.
This commit is contained in:
Andrew Kaster 2024-09-09 13:19:54 -06:00 committed by Andreas Kling
parent 9356c967d7
commit 0427646883
Notes: github-actions[bot] 2024-09-10 05:40:23 +00:00
2 changed files with 0 additions and 26 deletions

View file

@ -14,7 +14,6 @@ FAILURES=0
set +e
for cmd in \
Meta/check-ak-test-files.sh \
Meta/check-debug-flags.sh \
Meta/check-newlines-at-eof.py \
Meta/check-png-sizes.sh \