From 6fc11932ecc4e609bb175c77df61a3b8a3dcdcc2 Mon Sep 17 00:00:00 2001 From: "Anand Babu (AB) Periasamy" Date: Mon, 23 Feb 2015 11:03:40 -0800 Subject: [PATCH] make test -> test-all --- Makefile | 2 ++ 1 file changed, 2 insertions(+) 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