]> Cypherpunks repositories - gostls13.git/commit
cmd/go: always build package during "go test" command
authorAlex Brainman <alex.brainman@gmail.com>
Thu, 10 Apr 2014 04:02:24 +0000 (14:02 +1000)
committerAlex Brainman <alex.brainman@gmail.com>
Thu, 10 Apr 2014 04:02:24 +0000 (14:02 +1000)
commitc8f90979acf078d2cbb18a9bf5c6f8349fab296a
tree06cd5327d34b36f6ce15542356489366f734247d
parent4abbd4a468ded765fc23cf4a4de3ff48f32b354b
cmd/go: always build package during "go test" command

even when there are no *_test.go files present.
rsc suggested this change

Fixes #7108

LGTM=r, adg
R=golang-codereviews, r, adg
CC=golang-codereviews
https://golang.org/cl/84300043
src/cmd/go/test.bash
src/cmd/go/test.go
src/cmd/go/testdata/src/notest/hello.go [new file with mode: 0644]