diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2015-09-03 00:43:21 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2015-09-03 00:43:21 +0900 |
| commit | c6aa87c837ed4bde6b293992adfe79fbababbfb3 (patch) | |
| tree | 19bb4c602627c93b1a9c113cbe9d80fde9392c54 /mrbgems/full-core.gembox | |
| parent | e35c3aff83d400dfe27fe105b7e282ac81b1197a (diff) | |
| parent | 87564dc98f22a7710f9e6565f6750bfaa220f965 (diff) | |
| download | mruby-c6aa87c837ed4bde6b293992adfe79fbababbfb3.tar.gz mruby-c6aa87c837ed4bde6b293992adfe79fbababbfb3.zip | |
Merge pull request #2924 from zzak/mruby-test
Extract mrbtest to binary gem
Diffstat (limited to 'mrbgems/full-core.gembox')
| -rw-r--r-- | mrbgems/full-core.gembox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mrbgems/full-core.gembox b/mrbgems/full-core.gembox index d1ff5f414..9a5b7081b 100644 --- a/mrbgems/full-core.gembox +++ b/mrbgems/full-core.gembox @@ -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 |
