make elf symbols optional
and default to false. Smaller executables by at least half also add option for compiler cli
This commit is contained in:
@ -15,7 +15,7 @@ module RubyX
|
||||
end
|
||||
def test_file_open
|
||||
assert_output(/compiling/) {RubyXC.start(["compile" , "test/mains/source/add__4.rb"])}
|
||||
File.delete "add__4.o"
|
||||
#File.delete "add__4.o"
|
||||
end
|
||||
def test_interpret
|
||||
assert_output(/interpreting/) {RubyXC.start(["interpret" , "test/mains/source/add__4.rb"])}
|
||||
|
Reference in New Issue
Block a user