]> Cypherpunks repositories - gostls13.git/commit
cmd/go: add -coverpkg
authorRuss Cox <rsc@golang.org>
Thu, 27 Jun 2013 21:04:39 +0000 (17:04 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 27 Jun 2013 21:04:39 +0000 (17:04 -0400)
commit97c19f0f721b1db634dcae6a766712533a8f1bd5
tree49c48e505e5dbe8fdfc415aa4054f591afe45a15
parentf0d73fbc7c24ea9d81f24732896a99778f623f80
cmd/go: add -coverpkg

The new -coverpkg flag allows computing coverage in
one set of packages while running the tests of a different set.

Also clean up some of the previous CL's recompileForTest,
using packageList to avoid the clumsy recursion.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/10705043
src/cmd/go/doc.go
src/cmd/go/test.bash
src/cmd/go/test.go
src/cmd/go/testflag.go