Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run regression tests for the assembler #3

Open
krasin opened this issue Apr 7, 2012 · 2 comments
Open

Run regression tests for the assembler #3

krasin opened this issue Apr 7, 2012 · 2 comments
Assignees

Comments

@krasin
Copy link
Collaborator

krasin commented Apr 7, 2012

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.

@krasin
Copy link
Collaborator Author

krasin commented Apr 7, 2012

Feel free to assign this issue to me.

@ghost ghost assigned krasin Apr 7, 2012
@robey
Copy link

robey commented Apr 27, 2012

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants