Makefile: Make check by default.

So we won't forget to make check.
This commit is contained in:
ngaut
2015-09-12 10:52:33 +08:00
parent 44346a9973
commit 1cc83bd0d1

View File

@ -11,7 +11,7 @@ LDFLAGS += -X "github.com/pingcap/tidb/util/printer.TiDBGitHash=$(shell git rev-
.PHONY: deps all build install parser clean todo test tidbtest mysqltest gotest interpreter
all: godep parser build test
all: godep parser build test check
godep:
go get github.com/tools/godep