summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortake_cheeze <[email protected]>2014-05-12 21:37:54 +0900
committertake_cheeze <[email protected]>2014-05-12 21:37:54 +0900
commit6a15f42ec549ece40dc1f625e74b6e96a07cdb7c (patch)
treed7a36a9b7c06b847ec9784e91980e6d5177e79a4
parentbcbf078ebd4c3346982d0dc8e125da12b61a04bc (diff)
downloadmruby-6a15f42ec549ece40dc1f625e74b6e96a07cdb7c.tar.gz
mruby-6a15f42ec549ece40dc1f625e74b6e96a07cdb7c.zip
Rebuild no mrb_open mrbgems test when config file is modified.
-rw-r--r--tasks/mrbgems_test.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/mrbgems_test.rake b/tasks/mrbgems_test.rake
index d5e115f86..d06b7a24c 100644
--- a/tasks/mrbgems_test.rake
+++ b/tasks/mrbgems_test.rake
@@ -117,7 +117,7 @@ MRuby.each_target do
no_mrb_open_test_lib = no_mrb_open_test.ext(exts.object)
file no_mrb_open_test_lib => "#{no_mrb_open_test}.c"
- file "#{no_mrb_open_test}.c" => no_mrb_open_test_rbfiles do |t|
+ file "#{no_mrb_open_test}.c" => no_mrb_open_test_rbfiles + [MRUBY_CONFIG] do |t|
open(t.name, 'w') do |f|
f.puts %Q[/*]
f.puts %Q[ * This file contains a test code for following gems:]