mirror of
https://github.com/minio/minio.git
synced 2025-11-06 20:33:07 -05:00
Enable cover profile and test for split and strbyteconv
This commit is contained in:
7
Makefile
7
Makefile
@@ -13,8 +13,11 @@ build-erasure:
|
||||
build-signify:
|
||||
@cd pkgs/signify && ${MAKE} ${MAKE_OPTIONS}
|
||||
|
||||
build-split:
|
||||
@cd pkgs/split && ${MAKE} ${MAKE_OPTIONS}
|
||||
build-split: build-strbyteconv
|
||||
@godep go test -race -coverprofile=cover.out github.com/minio-io/minio/pkgs/split
|
||||
|
||||
build-strbyteconv:
|
||||
@godep go test -race -coverprofile=cover.out github.com/minio-io/minio/pkgs/strbyteconv
|
||||
|
||||
cover: build-erasure build-signify build-split
|
||||
@godep go test -race -coverprofile=cover.out github.com/minio-io/minio/pkgs/storage
|
||||
|
||||
Reference in New Issue
Block a user