]> Cypherpunks repositories - gostls13.git/commit
testing: set up structure for faster testing using the new -test.short flag.
authorRob Pike <r@golang.org>
Fri, 25 Mar 2011 21:50:44 +0000 (14:50 -0700)
committerRob Pike <r@golang.org>
Fri, 25 Mar 2011 21:50:44 +0000 (14:50 -0700)
commitd406f8f650f26d567f543b33bd409bca9a434f50
treec88c2584b90a5dc1a3bab932e05929488d3870ca
parent47c1cef56b77263bcabada3f193d1c8f271879e7
testing: set up structure for faster testing using the new -test.short flag.
New make target "testshort" runs "gotest -test.short" and is invoked
by run.bash, which is invoked by all.bash.

Use -test.short to make one package (crypto ecdsa) run much faster.
More changes to come.

Once this is in, I will update the long-running tests to use the new flag.

R=rsc
CC=golang-dev
https://golang.org/cl/4317043
src/Make.pkg
src/cmd/gofix/Makefile
src/cmd/goinstall/Makefile
src/cmd/gotest/doc.go
src/cmd/gotype/Makefile
src/pkg/Makefile
src/pkg/crypto/ecdsa/ecdsa_test.go
src/pkg/testing/testing.go
src/run.bash