tests: remove accidentally committed Linux test binaries + gitignore them — fixes make test-c on non-Linux (#226)

c/tests/test_schema_gbnf and c/tests/test_compat_direct were committed
as Linux x86-64 ELF executables (slipped in via #111). On any other
platform make test-c considers them up to date and execs them, failing
with OSError: [Errno 8] Exec format error. Remove them and add the two
names to .gitignore alongside the other test binaries already listed,
so each platform rebuilds its own.
This commit is contained in:
Michael Denyer
2026-07-15 06:40:42 +01:00
committed by GitHub
parent 62419af188
commit 416570339f
3 changed files with 4 additions and 0 deletions
Binary file not shown.
Binary file not shown.