diff --git a/Makefile b/Makefile index d72abe41b..9a97c21df 100644 --- a/Makefile +++ b/Makefile @@ -22,6 +22,8 @@ test-all: build-all @echo "Running Test Suites:" @godep go test -race ./... +test: test-all + minio: build-all test-all install: minio