philpax / skiron

Skiron is a basic 32-bit RISC-inspired CPU architecture.
MIT License
3 stars 1 forks source link

Implement a proper test suite #24

Closed philpax closed 8 years ago

philpax commented 8 years ago

Right now, tests are run in an ad hoc fashion; this isn't great for an actual testing experience. A script to run all the tests after a change, and verify that the state is the same as before, would go a long way towards ensuring changes don't break tests unnecessarily.