rubyx/test
Torsten Ruger 27a142f2a3 use compiler base class for blocks too
can now go to mom level and add
test harness still looks overly complicated, but works
first block tests at mom level
2018-07-10 22:03:32 +03:00
..
arm rename typed_method to callable_method 2018-07-07 09:11:09 +03:00
bench fix mod4 name 2018-04-19 10:00:55 +03:00
elf misc little test fixes 2018-07-03 10:12:40 +03:00
lib use modified opal logger 2018-05-20 14:45:48 +03:00
mains clean up booting 2018-07-01 14:12:42 +03:00
mom makeing the method of the compiler more or less private 2018-07-09 19:32:17 +03:00
parfait add parfait block 2018-07-07 15:50:43 +03:00
risc add parfait block 2018-07-07 15:50:43 +03:00
rubyx fix conflicting test class names 2018-07-07 17:57:46 +03:00
support use compiler base class for blocks too 2018-07-10 22:03:32 +03:00
util small maintanance 2018-06-16 21:01:15 +03:00
vool use compiler base class for blocks too 2018-07-10 22:03:32 +03:00
helper.rb hoist parfait boot out of the machine boot 2018-06-30 00:39:23 +03:00
README.md update readme 2018-07-07 17:34:08 +03:00
test_all.rb restrict tests to test dir 2017-04-14 20:37:47 +03:00

Testing

Tdd, Bdd , Xdd, whatever you call it, i have come to the point where it is a way not only to write software, but to think about software. Ie:

  • if it's not tested, we don't know it works
  • test first makes me think about the software from the outside. (good perspective)

I used minitest as the framework, just because it is lighter and thus when the time comes to move to rubyx, less work.

All

'''' ruby test/test_all.rb ''''

Parfait, Risc , Arm , Mom

Follow the directory structure of the source and may be called unit tests

Risc/Interpreter

Contains many system tests that rely on everything else working. Should be hoisted i guess.

Main

Much like the Interpreter test, but for Arm. This is where the currently few executables are generated and there is an automatic way of running them remotely.

The plan is to integrate this with the interpreter directory