To run test, we need "conf.enable_test" in build_config.rb.

This commit is contained in:
Tomoyuki Sahara
2015-09-08 13:25:05 +09:00
parent f3016752bd
commit 625995424c
+1
View File
@@ -24,4 +24,5 @@ MRuby::Build.new do |conf|
conf.gem :git => 'https://github.com/iij/mruby-pack.git'
conf.gem File.expand_path(File.dirname(__FILE__))
conf.enable_test
end