mirror of
https://github.com/pgsty/minio.git
synced 2026-07-25 06:56:18 +03:00
Enable way to split files at input bytes
This commit is contained in:
@@ -13,7 +13,10 @@ build-erasure:
|
||||
build-signify:
|
||||
@cd pkgs/signify && ${MAKE} ${MAKE_OPTIONS}
|
||||
|
||||
cover: build-erasure build-signify
|
||||
build-split:
|
||||
@cd pkgs/split && ${MAKE} ${MAKE_OPTIONS}
|
||||
|
||||
cover: build-erasure build-signify build-split
|
||||
@godep go test -race -coverprofile=cover.out github.com/minio-io/minio/pkgs/storage
|
||||
@godep go test -race -coverprofile=cover.out github.com/minio-io/minio/pkgs/gateway
|
||||
|
||||
|
||||
Reference in New Issue
Block a user