From f476797a477b14f21cef6debc820787a3ca2ca76 Mon Sep 17 00:00:00 2001 From: Hojun-Cho Date: Thu, 25 Jun 2026 01:32:42 +0900 Subject: [PATCH] test: ratchet LANGBYTEID floor 124->135 after Fam4 migration (#30) Fam4 added 11 new byte-id @test files. Ratchet the minimum so a future drop is caught. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5e8e6e20..ab78d31e 100644 --- a/Makefile +++ b/Makefile @@ -2769,7 +2769,7 @@ test-lang: all LANGBYTEID_DIR = $(OUT)/langbyteid LANGBYTEID_FILES = $(filter-out %_runonly_test.ww,$(wildcard test/lang/*_test.ww)) LANGBYTEID_VERB = test -c -LANGBYTEID_EXPECTED_MIN = 124 +LANGBYTEID_EXPECTED_MIN = 135 $(if $(LANGBYTEID_FILES),,$(error test-lang-byteid: empty corpus)) test-lang-byteid: all @set -e; \