test: port the enumerator-capacity observer to ww

This commit is contained in:
2026-08-08 14:32:24 +09:00
parent e0afe48c21
commit dc6fff3af8
3 changed files with 111 additions and 247 deletions

View File

@@ -373,7 +373,8 @@ SEP_WW_TARGETS = $(SEP_WW_TESTS:%=wwtest/%)
# capacity, directive adjacency). Compiler/driver gates like test/sep:
# they run under test-compiler.
XMOD_WW_TESTS = test/xmod/collide_test.ww test/xmod/m1_test.ww \
test/xmod/label_test.ww test/xmod/typecheck_test.ww
test/xmod/label_test.ww test/xmod/typecheck_test.ww \
test/xmod/enumcap_test.ww
XMOD_WW_TARGETS = $(XMOD_WW_TESTS:%=wwtest/%)
BOOTSTRAP_WRAPPER_SOURCES = test/wcc/950_selfcheck.c \
test/wcc/991_w6a_ww.c \