mirror of
https://github.com/minio/minio.git
synced 2025-11-06 20:33:07 -05:00
Cleaning up more code, system generated by config
This commit is contained in:
9
Makefile
9
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user