summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorYuichiro MASUI <[email protected]>2012-12-16 01:56:03 +0900
committerYuichiro MASUI <[email protected]>2012-12-16 01:56:03 +0900
commit06d242ae430ad37fd88fe6490980121ee26a1283 (patch)
treeb9326ec83c57de85381b73705f5cd55deaecc4f3 /test
parentf2d3c4d2f7361cbd5e246f78630cca919e342673 (diff)
downloadmruby-06d242ae430ad37fd88fe6490980121ee26a1283.tar.gz
mruby-06d242ae430ad37fd88fe6490980121ee26a1283.zip
Moved some building script from GNU make to Ruby script
Added minirake what's Rake subset
Diffstat (limited to 'test')
-rw-r--r--test/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 844f8cc22..4a205999b 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -78,6 +78,8 @@ MRUBY= ../bin/mruby
EXE := $(TARGET)
endif
+RAKE = ../minirake
+
##############################
# generic build targets, rules
@@ -106,7 +108,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) > $@