diff options
| author | Daniel Bovensiepen <[email protected]> | 2012-09-22 01:16:26 +0800 |
|---|---|---|
| committer | Daniel Bovensiepen <[email protected]> | 2012-09-22 01:16:26 +0800 |
| commit | 0e7d5a2e4bcca01a41ea00324261818440808e6f (patch) | |
| tree | cb0e6469f099b9262809c24efa223033196305ab /mrbgems/Makefile | |
| parent | 80b7f45fd17bac6f3623c92eceda26f6fbf72a64 (diff) | |
| download | mruby-0e7d5a2e4bcca01a41ea00324261818440808e6f.tar.gz mruby-0e7d5a2e4bcca01a41ea00324261818440808e6f.zip | |
Move Gem Tests into the main Test target
Diffstat (limited to 'mrbgems/Makefile')
| -rw-r--r-- | mrbgems/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/mrbgems/Makefile b/mrbgems/Makefile index 1cb5b8a83..d12e85ab4 100644 --- a/mrbgems/Makefile +++ b/mrbgems/Makefile @@ -5,7 +5,7 @@ LIBR := ../lib/libmruby.a INIT := init_gems RM_F := rm -f CC_FLAGS := -Wall -Werror-implicit-function-declaration -g -O3 -MMD -I. -I./../include -MMAKER := ./gem_helper +MMAKER := ./generator MMAKER_BIN := $(MMAKER) export CC = gcc export LL = gcc @@ -43,8 +43,9 @@ $(MMAKER_BIN) : $(MMAKER).o $(MMAKER).o : $(MMAKER).c $(CC) $(CC_FLAGS) -MMD -c $< -o $@ -test : - @$(MAKE) test -C g +.PHONY : prepare-test +prepare-test : + @$(MAKE) prepare-test -C g # clean driver and all gems .PHONY : clean |
