all of mom and vool
with working block tests this time
This commit is contained in:
@ -33,6 +33,7 @@ module RubyX
|
||||
compiler = RubyXCompiler.new(RubyX.default_test_options)
|
||||
compiler.ruby_to_vool(space_source_for("main"))
|
||||
compiler.ruby_to_vool(space_source_for("twain"))
|
||||
assert_equal 2 , compiler.vool.length
|
||||
linker = compiler.to_binary(:interpreter)
|
||||
assert_equal Risc::Linker , linker.class
|
||||
assert_equal 23 , linker.assemblers.length
|
||||
|
Reference in New Issue
Block a user