update run_test.rb

This commit is contained in:
Akira Yumiyama
2013-05-12 14:50:31 +09:00
parent 55b6ef43c5
commit e277079616
+2 -3
View File
@@ -3,8 +3,6 @@
# mrbgems test runner
#
gemname = File.basename(File.dirname(File.expand_path __FILE__))
if __FILE__ == $0
repository, dir = 'https://github.com/mruby/mruby.git', 'tmp/mruby'
build_args = ARGV
@@ -21,6 +19,7 @@ MRuby::Build.new do |conf|
toolchain :gcc
conf.gembox 'default'
conf.gem :github => 'iij/mruby-env'
conf.gem :git => 'https://github.com/iij/mruby-env.git'
conf.gem File.expand_path(File.dirname(__FILE__))
end