diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2015-09-03 14:34:48 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2015-09-03 14:34:48 +0900 |
| commit | 7967c76e1473a72bc91a436a16df7404dcd0caf2 (patch) | |
| tree | 63a6808da682f423c0d501b4e3c3ce02c2c38d39 /build_config.rb | |
| parent | 402890d5716608261636c13bd3bb4e4c3f7b4e7f (diff) | |
| parent | bacb8268682e8d931a00e7894ed7904bc789d8c4 (diff) | |
| download | mruby-7967c76e1473a72bc91a436a16df7404dcd0caf2.tar.gz mruby-7967c76e1473a72bc91a436a16df7404dcd0caf2.zip | |
Merge pull request #2940 from zzak/build_mrbtest
Add build_mrbtest after config block is evaluated
Diffstat (limited to 'build_config.rb')
| -rw-r--r-- | build_config.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_config.rb b/build_config.rb index 34b92637c..d3c1ebc1f 100644 --- a/build_config.rb +++ b/build_config.rb @@ -114,9 +114,9 @@ MRuby::Build.new('test') do |conf| enable_debug conf.enable_bintest + conf.enable_test conf.gembox 'default' - conf.gem :core => "mruby-test" end # Define cross build settings |
