Add some test cases and run test cases on binding/render dir (#1168)

* Travis run test cases on binding and render dir and add some test cases for binding and render
This commit is contained in:
田欧
2018-01-26 11:46:11 +08:00
committed by Bo-Yi Wu
parent 2fbb97117c
commit 783c7ee9c1
5 changed files with 957 additions and 2 deletions

View File

@ -9,7 +9,7 @@ install: deps
.PHONY: test
test:
go test -v -covermode=count -coverprofile=coverage.out
sh coverage.sh
.PHONY: fmt
fmt: