mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Fix for not existing tests
This commit is contained in:
+1
-1
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user