summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-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'