test: port the c6 sep soak to ww; retire 989_c6soak_run

This commit is contained in:
2026-08-08 14:50:07 +09:00
parent c8131d773e
commit e1bb49fb54
3 changed files with 162 additions and 331 deletions

View File

@@ -421,7 +421,8 @@ MISC_WW_TARGETS = $(MISC_WW_TESTS:%=wwtest/%)
# 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/attest_test.ww test/tool/wwirune_test.ww
test/tool/attest_test.ww test/tool/wwirune_test.ww \
test/tool/c6soak_test.ww
TOOL_WW_TARGETS = $(TOOL_WW_TESTS:%=wwtest/%)
BOOTSTRAP_WRAPPER_SOURCES = test/wcc/950_selfcheck.c \
test/wcc/991_w6a_ww.c \