diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2012-12-17 00:58:30 -0800 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2012-12-17 00:58:30 -0800 |
| commit | f222d8cc19320b15c3993b7b983ed57133604aa5 (patch) | |
| tree | 47f20a8a3234824698807db76cf99b414042ee6b /test | |
| parent | 3be5bfbc7a3b1e05f2d3af4fbd65a3d3b076f0ea (diff) | |
| parent | 8f9105d21a3039641e6c1f700adafd1d75e6b255 (diff) | |
| download | mruby-f222d8cc19320b15c3993b7b983ed57133604aa5.tar.gz mruby-f222d8cc19320b15c3993b7b983ed57133604aa5.zip | |
Merge pull request #634 from masuidrive/use_ruby_for_building
Use CRuby for building
Diffstat (limited to 'test')
| -rw-r--r-- | test/Makefile | 5 |
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) > $@ |
