mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
update run_test.rb
This commit is contained in:
+2
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user