rubyx/test/slot_machine/macro
Torsten 3688c967d3 Fix comparison macro
which leaves a definite need for instruction level testing
2020-03-22 14:31:43 +02:00
..
helper.rb More rename cleanp 2019-10-03 21:07:55 +03:00
README.md Change Mom to SlotMachine 2019-10-03 20:55:41 +03:00
test_comparison.rb Fix comparison macro 2020-03-22 14:31:43 +02:00
test_div4.rb Change Mom to SlotMachine 2019-10-03 20:55:41 +03:00
test_div10.rb Change Mom to SlotMachine 2019-10-03 20:55:41 +03:00
test_exit.rb Change Mom to SlotMachine 2019-10-03 20:55:41 +03:00
test_get_internal_byte.rb Change Mom to SlotMachine 2019-10-03 20:55:41 +03:00
test_get_internal_word.rb Change Mom to SlotMachine 2019-10-03 20:55:41 +03:00
test_init.rb Change Mom to SlotMachine 2019-10-03 20:55:41 +03:00
test_method_missing.rb Change Mom to SlotMachine 2019-10-03 20:55:41 +03:00
test_operator.rb Change Mom to SlotMachine 2019-10-03 20:55:41 +03:00
test_putstring.rb Change Mom to SlotMachine 2019-10-03 20:55:41 +03:00
test_set_internal_byte.rb Change Mom to SlotMachine 2019-10-03 20:55:41 +03:00
test_set_internal_word.rb Change Mom to SlotMachine 2019-10-03 20:55:41 +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