fix remaining tests

rename ripples
This commit is contained in:
Torsten Ruger
2018-06-29 22:56:49 +03:00
parent c8451d0048
commit 7006c8e3aa
11 changed files with 32 additions and 30 deletions

View File

@ -39,7 +39,7 @@ module Mains
def compile(input , file , scp)
Risc.machine.boot
puts "Compiling test/#{file}.o" if DEBUG
Vool::RubyXCompiler.ruby_to_binary( "class Space;def main(arg);#{input};end;end" )
RubyX::RubyXCompiler.ruby_to_binary( "class Space;def main(arg);#{input};end;end" )
writer = Elf::ObjectWriter.new(Risc.machine)
writer.save "test/#{file}.o"
object_file = "/tmp/#{file}.o"