aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/llgcode/draw2d/test
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2017-09-09 09:42:37 +0200
committerDimitri Sokolyuk <demon@dim13.org>2017-09-09 09:42:37 +0200
commit500caaeda74dd9c660279036293f4b2997cf0b03 (patch)
tree1226f60231a408b0aae67867faaa3f2cfbac8c83 /vendor/github.com/llgcode/draw2d/test
parent413560591fc2d89a73eb8a33ba28b0cc3407b1db (diff)
Add vendor
Diffstat (limited to 'vendor/github.com/llgcode/draw2d/test')
-rwxr-xr-xvendor/github.com/llgcode/draw2d/test8
1 files changed, 8 insertions, 0 deletions
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