mirror of
https://github.com/minio/minio.git
synced 2025-11-20 01:50:24 -05:00
Enable cover profile and test for split and strbyteconv
This commit is contained in:
11
pkgs/strbyteconv/Makefile
Normal file
11
pkgs/strbyteconv/Makefile
Normal file
@@ -0,0 +1,11 @@
|
||||
all: build test
|
||||
.PHONY: all
|
||||
|
||||
build:
|
||||
@godep go build
|
||||
|
||||
test: build
|
||||
@godep go test -race -coverprofile=cover.out
|
||||
|
||||
clean:
|
||||
@rm -v cover.out
|
||||
Reference in New Issue
Block a user