Ensure that all four programs are tested
Closed this issue · 1 comments
Rangi42 commented
Update run-tests.sh so that asm, link, fix, and gfx all run their tests, instead of in-order with one failure blocking the next.
(Arguably asm->link->fix is a progression, but plenty of bugs aren't actually a blocker for the subsequent programs, e.g. obscure asm syntax. And gfx is independent.)
Rangi42 commented
Running them all drowns out early failures, so never mind.