summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/mrbtest.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mrbtest.rake b/test/mrbtest.rake
index 76ddc30f8..10d8eccb6 100644
--- a/test/mrbtest.rake
+++ b/test/mrbtest.rake
@@ -19,7 +19,7 @@ MRuby.each_target do
file mlib => [clib]
file clib => [mrbcfile, init, asslib] + mrbs do |t|
- _pp "GEN *.rb > #{clib}"
+ _pp "GEN", "*.rb", "#{clib}"
open(clib, 'w') do |f|
f.puts IO.read(init)
mrbc.run f, [asslib] + mrbs, 'mrbtest_irep'