Cleaning up more code, system generated by config

This commit is contained in:
Frederick F. Kautz IV
2014-11-06 22:45:27 -08:00
parent 2011cffe8a
commit 5878dd5e50
5 changed files with 80 additions and 35 deletions

View File

@@ -3,7 +3,8 @@
all: test install
test:
godep go test -race github.com/minios/minios
mkdir -p cover
godep go test -race -coverprofile=cover/cover.out github.com/minios/minios
godep go test -race github.com/minios/minios/minio
install:
@@ -17,3 +18,9 @@ restore:
env:
godep go env
run: all
minio gateway
cover: test
go tool cover -html=cover/cover.out