summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorTomoyuki Sahara <[email protected]>2015-09-08 13:25:05 +0900
committerTomoyuki Sahara <[email protected]>2015-09-08 13:25:05 +0900
commit625995424c9cf32b339a4a7d167a0c5fdd11ac00 (patch)
tree1b99d6628a84b91a0d2ce2b7fbf3ae63b9c54e1b
parentf3016752bdc19f0f816a273b75a266ef4701eca2 (diff)
downloadmruby-625995424c9cf32b339a4a7d167a0c5fdd11ac00.tar.gz
mruby-625995424c9cf32b339a4a7d167a0c5fdd11ac00.zip
To run test, we need "conf.enable_test" in build_config.rb.
-rw-r--r--run_test.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/run_test.rb b/run_test.rb
index 77e90a467..87a222f16 100644
--- a/run_test.rb
+++ b/run_test.rb
@@ -24,4 +24,5 @@ MRuby::Build.new do |conf|
conf.gem :git => 'https://github.com/iij/mruby-pack.git'
conf.gem File.expand_path(File.dirname(__FILE__))
+ conf.enable_test
end