Commit 6e589f57 authored by Daniel Bovensiepen's avatar Daniel Bovensiepen

Fix for not existing tests

parent 81bff9aa
......@@ -194,7 +194,7 @@ make_gem_makefile()
);
if (!gem_empty)
printf("%s",
for_each_gem(" ", "/test/*.rb ", "\tcat", " > mrbgemtest.rbtmp", "")
for_each_gem(" ", "/test/*.rb ", "\tcat", " > mrbgemtest.rbtmp", "test")
);
else
printf("\t../generator rbtmp > mrbgemtest.rbtmp");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment