summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Bovensiepen <[email protected]>2012-09-22 01:16:26 +0800
committerDaniel Bovensiepen <[email protected]>2012-09-22 01:16:26 +0800
commit0e7d5a2e4bcca01a41ea00324261818440808e6f (patch)
treecb0e6469f099b9262809c24efa223033196305ab /Makefile
parent80b7f45fd17bac6f3623c92eceda26f6fbf72a64 (diff)
downloadmruby-0e7d5a2e4bcca01a41ea00324261818440808e6f.tar.gz
mruby-0e7d5a2e4bcca01a41ea00324261818440808e6f.zip
Move Gem Tests into the main Test target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6866ec9e3..d18222c3c 100644
--- a/Makefile
+++ b/Makefile
@@ -52,7 +52,6 @@ all :
.PHONY : test
test : all
@$(MAKE) -C test $(MAKE_FLAGS)
- @$(MAKE) test -C mrbgems $(MAKE_FLAGS)
# clean up
.PHONY : clean