rubyx/test/mom/macro
2019-09-11 20:33:49 +03:00
..
helper.rb renaming mom builtin to macro 2019-09-11 20:33:49 +03:00
README.md renaming mom builtin to macro 2019-09-11 20:33:49 +03:00
test_comparison.rb renaming mom builtin to macro 2019-09-11 20:33:49 +03:00
test_div4.rb renaming mom builtin to macro 2019-09-11 20:33:49 +03:00
test_div10.rb renaming mom builtin to macro 2019-09-11 20:33:49 +03:00
test_exit.rb renaming mom builtin to macro 2019-09-11 20:33:49 +03:00
test_get_internal_byte.rb renaming mom builtin to macro 2019-09-11 20:33:49 +03:00
test_get_internal_word.rb renaming mom builtin to macro 2019-09-11 20:33:49 +03:00
test_init.rb renaming mom builtin to macro 2019-09-11 20:33:49 +03:00
test_integer.rb renaming mom builtin to macro 2019-09-11 20:33:49 +03:00
test_method_missing.rb renaming mom builtin to macro 2019-09-11 20:33:49 +03:00
test_object.rb renaming mom builtin to macro 2019-09-11 20:33:49 +03:00
test_operator.rb renaming mom builtin to macro 2019-09-11 20:33:49 +03:00
test_putstring.rb renaming mom builtin to macro 2019-09-11 20:33:49 +03:00
test_set_internal_byte.rb renaming mom builtin to macro 2019-09-11 20:33:49 +03:00
test_set_internal_word.rb renaming mom builtin to macro 2019-09-11 20:33:49 +03:00
test_word.rb renaming mom builtin to macro 2019-09-11 20:33:49 +03:00

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