diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-05-13 08:48:03 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-05-13 08:48:03 +0900 |
| commit | 53fa535d2bcf5ba0ccaf9687ef6efabbd1185341 (patch) | |
| tree | f5c8e67f82a25c1bf050fafdccb88962a5512415 | |
| parent | 01a1f02c6eff3228a3d98539385c3417686bf533 (diff) | |
| parent | 6a15f42ec549ece40dc1f625e74b6e96a07cdb7c (diff) | |
| download | mruby-53fa535d2bcf5ba0ccaf9687ef6efabbd1185341.tar.gz mruby-53fa535d2bcf5ba0ccaf9687ef6efabbd1185341.zip | |
Merge pull request #2241 from take-cheeze/rebuild_irep
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:] |
