summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorAkira Yumiyama <[email protected]>2012-11-05 15:36:12 +0900
committerAkira Yumiyama <[email protected]>2012-11-05 15:36:12 +0900
commit8d3baf62294ce9bd15b4c24d67d69d289776f5c9 (patch)
tree3a2ae3a0c2d9b6c7b0b6bced67f40f3c9a93547a /test
parentcd2c7c7532b91818b57e7f54ce5ed4553ae3964c (diff)
downloadmruby-8d3baf62294ce9bd15b4c24d67d69d289776f5c9.tar.gz
mruby-8d3baf62294ce9bd15b4c24d67d69d289776f5c9.zip
fix mrubytest dependencies
Diffstat (limited to 'test')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 7457a6266..3df07b280 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -63,7 +63,7 @@ endif
# generic build targets, rules
.PHONY : test
-all : $(EXE)
+all : $(EXE) $(MRUBY) $(TESTRB) $(TESTMRB)
@echo "# exec mrbtest"
./$(EXE)
@echo