rubyx/test/mom/macro
Torsten Rüger 2eb9364283 make mom:method_compiler a list
Compilers forms alist by Util::CompilerList
Change Collection to use the list instead of array
2019-09-28 12:41:38 +03:00
..
helper.rb make mom:method_compiler a list 2019-09-28 12:41:38 +03:00
README.md renaming mom builtin to macro 2019-09-11 20:33:49 +03:00
test_comparison.rb rework macro tests, or are they builtin 2019-09-13 10:42:20 +03:00
test_div4.rb rework macro tests, or are they builtin 2019-09-13 10:42:20 +03:00
test_div10.rb rework macro tests, or are they builtin 2019-09-13 10:42:20 +03:00
test_exit.rb rework macro tests, or are they builtin 2019-09-13 10:42:20 +03:00
test_get_internal_byte.rb rework macro tests, or are they builtin 2019-09-13 10:42:20 +03:00
test_get_internal_word.rb rework macro tests, or are they builtin 2019-09-13 10:42:20 +03:00
test_init.rb check for redefining of methods and forbid 2019-09-24 21:20:12 +03:00
test_method_missing.rb get method name out from method_missing 2019-09-17 20:18:00 +03:00
test_operator.rb rework macro tests, or are they builtin 2019-09-13 10:42:20 +03:00
test_putstring.rb rework macro tests, or are they builtin 2019-09-13 10:42:20 +03:00
test_set_internal_byte.rb Lots of preloading for tests 2019-09-13 14:07:12 +03:00
test_set_internal_word.rb rework macro tests, or are they builtin 2019-09-13 10:42:20 +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