mirror of
https://github.com/minio/minio.git
synced 2025-11-06 20:33:07 -05:00
Enable way to split files at input bytes
This commit is contained in:
5
Makefile
5
Makefile
@@ -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