Run test by default in the makefile

This commit is contained in:
Vishvananda Ishaya 2015-12-18 11:32:50 -08:00
parent 97b2064346
commit d14e43bfff
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ goroot = $(addprefix ../../../,$(1))
unroot = $(subst ../../../,,$(1))
fmt = $(addprefix fmt-,$(1))
all: fmt
all: fmt test
$(call goroot,$(DEPS)):
go get $(call unroot,$@)