1
0
mirror of https://github.com/golang/go synced 2024-10-04 17:11:21 -06:00
go/src/cmd/gotest
Russ Cox 66bedf8221 go/build: add test support & use in gotest
A side-effect is that, just like foo_386.go
is only built on 386, foo_386_test.go is only
built for testing on 386.

R=adg, r, mattn.jp
CC=golang-dev
https://golang.org/cl/4942050
2011-08-23 22:45:30 -04:00
..
doc.go gotest: add -test.benchtime and -test.cpu flags. 2011-06-27 13:31:40 -04:00
flag.go gotest: add -test.benchtime and -test.cpu flags. 2011-06-27 13:31:40 -04:00
gotest.go go/build: add test support & use in gotest 2011-08-23 22:45:30 -04:00
Makefile gotest: another try at flags. 2011-03-30 21:14:49 -07:00