Torsten Rüger
b2260d856d
After having over 600 failing tests at one point, this does feel good. Even better, most of the risc/interpreter tests where i didn't change anything came gree without changing the tests. ie we have binary compatibility. |
||
---|---|---|
.. | ||
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_integer.rb | ||
test_method_missing.rb | ||
test_object.rb | ||
test_operator.rb | ||
test_putstring.rb | ||
test_set_internal_byte.rb | ||
test_set_internal_word.rb | ||
test_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