summaryrefslogtreecommitdiffhomepage
path: root/run_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'run_test.rb')
-rw-r--r--run_test.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/run_test.rb b/run_test.rb
index e83b504be..d9036a575 100644
--- a/run_test.rb
+++ b/run_test.rb
@@ -29,5 +29,7 @@ MRuby::Build.new do |conf|
conf.gem x unless x =~ /\/mruby-(print|sprintf)$/
end
+ conf.gem :github => 'iij/mruby-env'
+
conf.gem File.expand_path(File.dirname(__FILE__))
end