summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index f671982fd..f918d674d 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -78,6 +78,9 @@ MRUBY= ../bin/mruby
EXE := $(TARGET)
endif
+RAKE = ../minirake
+
+
##############################
# generic build targets, rules
@@ -106,7 +109,7 @@ $(OBJS) : %.o : %.c
# Compile C source from merged mruby source
$(CLIB) : $(DLIB) $(INIT)
ifeq ($(ENABLE_GEMS),true)
- @$(MAKE) prepare-test -C $(GEMDIR)
+ @$(RAKE) mrbgems_prepare_test
endif
$(CAT) $(INIT) $(DLIB) $(GEMDLIB) > $@