]> Cypherpunks repositories - gostls13.git/commit
ngotest: a new gotest command, written in Go.
authorRob Pike <r@golang.org>
Tue, 29 Mar 2011 17:11:33 +0000 (10:11 -0700)
committerRob Pike <r@golang.org>
Tue, 29 Mar 2011 17:11:33 +0000 (10:11 -0700)
commite393efc499b17d6dd13ebf558f57c3cb6a484595
tree3766c15afc5f3e4b2de0ede3b4cbafef51605749
parent536531769b73fcc7517d9756a8b28b5f56ccd2df
ngotest: a new gotest command, written in Go.
It runs all tests correctly and saves significant time by avoiding the shell script.
However, this is just the code for the command, for review.
A separate CL will move this into the real gotest, which will take some dancing.

R=rsc, peterGo, bsiegert, albert.strasheim, rog, niemeyer, r2
CC=golang-dev
https://golang.org/cl/4281073
src/cmd/gotest/ngotest.go [new file with mode: 0644]