diff options
| author | take_cheeze <[email protected]> | 2014-05-12 21:37:54 +0900 |
|---|---|---|
| committer | take_cheeze <[email protected]> | 2014-05-12 21:37:54 +0900 |
| commit | 6a15f42ec549ece40dc1f625e74b6e96a07cdb7c (patch) | |
| tree | d7a36a9b7c06b847ec9784e91980e6d5177e79a4 | |
| parent | bcbf078ebd4c3346982d0dc8e125da12b61a04bc (diff) | |
| download | mruby-6a15f42ec549ece40dc1f625e74b6e96a07cdb7c.tar.gz mruby-6a15f42ec549ece40dc1f625e74b6e96a07cdb7c.zip | |
Rebuild no mrb_open mrbgems test when config file is modified.
| -rw-r--r-- | tasks/mrbgems_test.rake | 2 |
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:] |
