mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
mruby-test should be opt-in
This commit is contained in:
@@ -4,6 +4,6 @@ MRuby::GemBox.new do |conf|
|
||||
|
||||
Dir.glob("#{root}/mrbgems/mruby-*/mrbgem.rake") do |x|
|
||||
g = File.basename File.dirname x
|
||||
conf.gem :core => g unless g =~ /^mruby-(print|sprintf|bin-debugger)$/
|
||||
conf.gem :core => g unless g =~ /^mruby-(print|sprintf|bin-debugger|test)$/
|
||||
end
|
||||
end
|
||||
|
||||
@@ -38,3 +38,13 @@ MRuby::Build.new('cxx_abi') do |conf|
|
||||
|
||||
build_mrbc_exec
|
||||
end
|
||||
|
||||
MRuby::Build.new('test') do |conf|
|
||||
toolchain :gcc
|
||||
|
||||
enable_debug
|
||||
conf.enable_bintest
|
||||
|
||||
conf.gembox 'full-core'
|
||||
conf.gem :core => "mruby-test"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user