summaryrefslogtreecommitdiffhomepage
path: root/run_test.rb
diff options
context:
space:
mode:
authorAkira Yumiyama <[email protected]>2013-04-07 01:55:18 +0900
committerAkira Yumiyama <[email protected]>2013-04-07 01:55:18 +0900
commitda557fbc82577872034cd52fe3bcf45aa13df45e (patch)
treeb1b75178887b0aae3b252d0ea56ee5bb83919876 /run_test.rb
parentcc40f93ac8e9bb93ae0a7cf4893c9fd9f3926d21 (diff)
downloadmruby-da557fbc82577872034cd52fe3bcf45aa13df45e.tar.gz
mruby-da557fbc82577872034cd52fe3bcf45aa13df45e.zip
add File.expand_path
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