DCPU-16
DCPU-16 copied to clipboard
Run regression tests for the assembler
I have a collection of tests for DCPU16 assemblers (it's not that large now, but this would be improved over time) here: https://github.com/krasin/dcpu16-tests/tree/master/asm
It makes senses to run these regression tests with your assemblers to make sure that it has no known issues and (which is more important) to make sure that all the bugs you will fix in the future, will not appear later.
This issue is to write a script that will run deNULL assembler on these tests.
Feel free to assign this issue to me.
oh man, i would love this.
i wrote a few unit tests for the assembler when i was refactoring it, but i didn't check them in, because i assumed js coders hate tests. :)
is there a js test framework you like?