mirror of
https://github.com/minio/minio.git
synced 2025-02-23 11:32:32 -05:00
Merge pull request #32 from mattf/master
This commit is contained in:
commit
4c16e6e9ef
4
Makefile
4
Makefile
@ -7,7 +7,7 @@ build-erasure:
|
|||||||
|
|
||||||
|
|
||||||
test: build-erasure
|
test: build-erasure
|
||||||
godep go test -race -coverprofile=cover/cover.out github.com/minio-io/minio
|
godep go test -race -coverprofile=cover.out github.com/minio-io/minio
|
||||||
|
|
||||||
install: build-erasure
|
install: build-erasure
|
||||||
|
|
||||||
@ -24,4 +24,4 @@ run: all
|
|||||||
minio gateway
|
minio gateway
|
||||||
|
|
||||||
cover: test
|
cover: test
|
||||||
go tool cover -html=cover/cover.out
|
go tool cover -html=cover.out
|
||||||
|
@ -3,6 +3,9 @@ Dependencies
|
|||||||
* go1.3.3
|
* go1.3.3
|
||||||
* godep
|
* godep
|
||||||
* go get github.com/tools/godep
|
* go get github.com/tools/godep
|
||||||
|
* yasm
|
||||||
|
* cover
|
||||||
|
* go get code.google.com/p/go.tools/cmd/cover or yum install golang-cover
|
||||||
|
|
||||||
Dependency management
|
Dependency management
|
||||||
=====================
|
=====================
|
||||||
|
Loading…
x
Reference in New Issue
Block a user