Building Tests
Individual test files can be compiled manually when a host C compiler is available:
cd src/tests
gcc -I ../../src -I ../../src/d3tui -I ../../src/d3tui/include \
-D_DREAMCAST -D__DC__ \
test_framework.c ../d3tui/test/test_framework.c \
-o test_framework
Do not link test_runner.c,
test_runner_simple.c, or simple_test_runner.c
together; each defines its own main().
Policy
Per docs/BUILD_TARGET_POLICY.md, when validation is
blocked, continue with review, bug fixes, tests, and docs cleanup. Do
not delete archives, old build evidence, or prior test artifacts.