Torsten
90935bfbbc
totally, man. Small fix in method missing fixed last block tests (why, i do not know) |
||
---|---|---|
.. | ||
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