diff options
Diffstat (limited to 'mrbgems/Makefile')
| -rw-r--r-- | mrbgems/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mrbgems/Makefile b/mrbgems/Makefile index abd726a0e..6fde97128 100644 --- a/mrbgems/Makefile +++ b/mrbgems/Makefile @@ -41,6 +41,9 @@ all_gems : $(MMAKER_BIN) g/Makefile @echo "Build all gems" $(MAKE) -C g +test : + $(MAKE) test -C g + # clean driver and all gems .PHONY : clean clean : $(MMAKER_BIN) |
