diff options
| author | Akira Yumiyama <[email protected]> | 2012-11-05 15:36:12 +0900 |
|---|---|---|
| committer | Akira Yumiyama <[email protected]> | 2012-11-05 15:36:12 +0900 |
| commit | 8d3baf62294ce9bd15b4c24d67d69d289776f5c9 (patch) | |
| tree | 3a2ae3a0c2d9b6c7b0b6bced67f40f3c9a93547a /test | |
| parent | cd2c7c7532b91818b57e7f54ce5ed4553ae3964c (diff) | |
| download | mruby-8d3baf62294ce9bd15b4c24d67d69d289776f5c9.tar.gz mruby-8d3baf62294ce9bd15b4c24d67d69d289776f5c9.zip | |
fix mrubytest dependencies
Diffstat (limited to 'test')
| -rw-r--r-- | test/Makefile | 2 |
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 |
