gbdev/rgbds

Ensure that all four programs are tested

Closed this issue · 1 comments

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.)

Running them all drowns out early failures, so never mind.