mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Merge pull request #9 from takahashim/enable_test
add conf.enable_test into build_config.rb
This commit is contained in:
@@ -21,6 +21,7 @@ end
|
||||
MRuby::Build.new do |conf|
|
||||
toolchain :gcc
|
||||
conf.gembox 'default'
|
||||
conf.enable_test
|
||||
|
||||
conf.gem File.expand_path(File.dirname(__FILE__))
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user