Torsten
1760b5b203
moving to passing the instruction number, not the instruction so in the error message we can say where the error is (otherwise minitest is good enough to supress the trace of asserts calling asserts) |
||
---|---|---|
.. | ||
helper.rb | ||
README.md | ||
test_comparison.rb | ||
test_div4.rb | ||
test_div10.rb | ||
test_exit.rb | ||
test_get_internal_byte.rb | ||
test_get_internal_word.rb | ||
test_init.rb | ||
test_method_missing.rb | ||
test_operator.rb | ||
test_putstring.rb | ||
test_set_internal_byte.rb | ||
test_set_internal_word.rb |
Builtin Testing
At the Module level (word/object/integer) mostly testing that
- functions exist
- they compile
- basic length tests (no "contents")
Minimal tests for risc compilation, and again length only (should be array too)
Functionality is tested by interpreter over in interpreter dir