make test -> test-all

This commit is contained in:
Anand Babu (AB) Periasamy 2015-02-23 11:03:40 -08:00
parent de41e465c8
commit 6fc11932ec

View file

@ -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