diff options
| author | takahashim <[email protected]> | 2015-09-27 01:39:11 +0900 |
|---|---|---|
| committer | takahashim <[email protected]> | 2015-09-27 01:39:11 +0900 |
| commit | f5560e8f17492f548ffac924e9ff49b713b6bb3b (patch) | |
| tree | 4c540a8bfdd73d0cee4828934f768cbeb71cce90 | |
| parent | 6c4d39412f693301eca34daf7a413248839be404 (diff) | |
| download | mruby-f5560e8f17492f548ffac924e9ff49b713b6bb3b.tar.gz mruby-f5560e8f17492f548ffac924e9ff49b713b6bb3b.zip | |
enable test
| -rw-r--r-- | run_test.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/run_test.rb b/run_test.rb index 444d18fda..83d80294a 100644 --- a/run_test.rb +++ b/run_test.rb @@ -20,6 +20,7 @@ MRuby::Build.new do |conf| conf.gembox 'default' conf.gem :git => 'https://github.com/iij/mruby-env.git' + conf.enable_test conf.gem File.expand_path(File.dirname(__FILE__)) end |
