aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/llgcode/draw2d/test
blob: 2a387e6804e93cc7d7d958d534b8560d326f2c60 (plain)
1
2
3
4
5
6
7
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"