test: port the module-reset adjacency pin to ww

This commit is contained in:
2026-08-08 14:32:51 +09:00
parent dc6fff3af8
commit c7bd0fd48a
3 changed files with 83 additions and 208 deletions

View File

@@ -374,7 +374,7 @@ SEP_WW_TARGETS = $(SEP_WW_TESTS:%=wwtest/%)
# 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/enumcap_test.ww
test/xmod/enumcap_test.ww test/xmod/modreset_test.ww
XMOD_WW_TARGETS = $(XMOD_WW_TESTS:%=wwtest/%)
BOOTSTRAP_WRAPPER_SOURCES = test/wcc/950_selfcheck.c \
test/wcc/991_w6a_ww.c \