Enable cover profile and test for split and strbyteconv

This commit is contained in:
Harshavardhana
2014-12-01 10:40:50 -08:00
parent c002f90e0b
commit a4676211cf
2 changed files with 16 additions and 2 deletions

11
pkgs/strbyteconv/Makefile Normal file
View 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