diff options
| author | Yukihiro Matz Matsumoto <[email protected]> | 2013-01-21 17:31:12 +0900 |
|---|---|---|
| committer | Yukihiro Matz Matsumoto <[email protected]> | 2013-01-21 17:31:12 +0900 |
| commit | 17fa9927a3dbec1752ff383c39122980a49e66fe (patch) | |
| tree | 5c7caa5334596bfe24ad5a83770b618c717295ee /test | |
| parent | 117e2ec06544e02511a2b5d2164edb00908ebab2 (diff) | |
| parent | 04941bc1634335c8f7fca3bafc68ca2c25969faf (diff) | |
| download | mruby-17fa9927a3dbec1752ff383c39122980a49e66fe.tar.gz mruby-17fa9927a3dbec1752ff383c39122980a49e66fe.zip | |
resolve conflicts
Diffstat (limited to 'test')
| -rw-r--r-- | test/mrbtest.rake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/mrbtest.rake b/test/mrbtest.rake index 9a242e25b..76ddc30f8 100644 --- a/test/mrbtest.rake +++ b/test/mrbtest.rake @@ -19,6 +19,7 @@ MRuby.each_target do file mlib => [clib] file clib => [mrbcfile, init, asslib] + mrbs do |t| + _pp "GEN *.rb > #{clib}" open(clib, 'w') do |f| f.puts IO.read(init) mrbc.run f, [asslib] + mrbs, 'mrbtest_irep' |
