only check object file creation in efl
remote execution only per request
This commit is contained in:
@@ -15,6 +15,10 @@ module Elf
|
|||||||
Vool::VoolCompiler.ruby_to_binary( "class Space;def main(arg);#{@input};end;end" )
|
Vool::VoolCompiler.ruby_to_binary( "class Space;def main(arg);#{@input};end;end" )
|
||||||
writer = Elf::ObjectWriter.new(Risc.machine)
|
writer = Elf::ObjectWriter.new(Risc.machine)
|
||||||
writer.save "test/#{file}.o"
|
writer.save "test/#{file}.o"
|
||||||
|
end
|
||||||
|
|
||||||
|
def check_remote(file)
|
||||||
|
check(file)
|
||||||
stdout , exit_code = run_ssh(file)
|
stdout , exit_code = run_ssh(file)
|
||||||
@stdout = "" unless @stdout
|
@stdout = "" unless @stdout
|
||||||
assert_equal @stdout , stdout
|
assert_equal @stdout , stdout
|
||||||
|
Reference in New Issue
Block a user