summaryrefslogtreecommitdiffhomepage
path: root/test/mrbtest.rake
diff options
context:
space:
mode:
authorDaniel Bovensiepen <[email protected]>2013-01-21 15:58:47 +0800
committerDaniel Bovensiepen <[email protected]>2013-01-21 15:58:47 +0800
commit300f0d548b956aa6d36e1768a96fd8ec6d400297 (patch)
tree4f4515f5cebddf0f17d967d94072f7cfc627a9a8 /test/mrbtest.rake
parent9d9e784a56a43b3b5752fdab8031684f8399c084 (diff)
downloadmruby-300f0d548b956aa6d36e1768a96fd8ec6d400297.tar.gz
mruby-300f0d548b956aa6d36e1768a96fd8ec6d400297.zip
Beautify the output of rake
Diffstat (limited to 'test/mrbtest.rake')
-rw-r--r--test/mrbtest.rake1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/mrbtest.rake b/test/mrbtest.rake
index 591b737cd..88d959995 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'