aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/llgcode/draw2d/test
diff options
context:
space:
mode:
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