test: port the @test drop/keep/link observer to ww; retire 911_attest_drop

This commit is contained in:
2026-08-08 14:48:00 +09:00
parent b711e8c69d
commit a183e4f708
3 changed files with 179 additions and 276 deletions

View File

@@ -420,7 +420,8 @@ MISC_WW_TARGETS = $(MISC_WW_TESTS:%=wwtest/%)
# wide-rune round-trips, the c6 sep soak). Compiler/driver gates like
# test/sep: they run under test-compiler.
TOOL_WW_TESTS = test/tool/rejects_test.ww test/tool/driver_test.ww \
test/tool/wwdump_test.ww test/tool/ffi_test.ww
test/tool/wwdump_test.ww test/tool/ffi_test.ww \
test/tool/attest_test.ww
TOOL_WW_TARGETS = $(TOOL_WW_TESTS:%=wwtest/%)
BOOTSTRAP_WRAPPER_SOURCES = test/wcc/950_selfcheck.c \
test/wcc/991_w6a_ww.c \