cmd/vet: move the tests into separate files
Then mark them with a build tag so they're not compiled into the binary. They are called test_*.go rather than *_test.go because they are not for go test. Use make test to test the command. R=golang-dev, adg CC=golang-dev https://golang.org/cl/7377052
Showing
src/cmd/vet/test_atomic.go
0 → 100644
src/cmd/vet/test_buildtag.go
0 → 100644
src/cmd/vet/test_method.go
0 → 100644
src/cmd/vet/test_print.go
0 → 100644
src/cmd/vet/test_taglit.go
0 → 100644
Please register or sign in to comment