From 500caaeda74dd9c660279036293f4b2997cf0b03 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Sat, 9 Sep 2017 09:42:37 +0200 Subject: Add vendor --- vendor/github.com/llgcode/draw2d/test | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 vendor/github.com/llgcode/draw2d/test (limited to 'vendor/github.com/llgcode/draw2d/test') diff --git a/vendor/github.com/llgcode/draw2d/test b/vendor/github.com/llgcode/draw2d/test new file mode 100755 index 0000000..2a387e6 --- /dev/null +++ b/vendor/github.com/llgcode/draw2d/test @@ -0,0 +1,8 @@ +echo golint +golint ./... | grep "draw2dpdf\|samples\|^advanced_path\|^arc\|draw2d[.]\|fileutil\|^gc\|math\|^path[.]\|rgba_interpolation\|test\|vertex2d" +echo +echo go vet +go vet ./... +echo +echo go test +go test -cover ./... | grep -v "no test" \ No newline at end of file -- cgit v1.2.3