diff options
| author | Rob Pike <r@golang.org> | 2012-01-30 14:46:31 -0800 |
|---|---|---|
| committer | Rob Pike <r@golang.org> | 2012-01-30 14:46:31 -0800 |
| commit | 91cb3489abcb0ec5cd36595249586d67729230c4 (patch) | |
| tree | ed9774de37515d70f68e2f2ec3c89bad18d2373d /src/pkg/Makefile | |
| parent | be7a04944ea9eeb7ffd5458d26a83c1693df657c (diff) | |
| download | go-91cb3489abcb0ec5cd36595249586d67729230c4.tar.xz | |
go: move compilers into the go-tool directory
Also delete gotest, since it's messy to fix and slated for deletion anyway.
A couple of things outside src can't be tested any more. "go test" will be
fixed and these tests will be re-enabled. They're noisy for now.
Fixes #284.
R=rsc
CC=golang-dev
https://golang.org/cl/5598049
Diffstat (limited to 'src/pkg/Makefile')
| -rw-r--r-- | src/pkg/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pkg/Makefile b/src/pkg/Makefile index 794818d737..73079c59a8 100644 --- a/src/pkg/Makefile +++ b/src/pkg/Makefile @@ -158,7 +158,6 @@ DIRS=\ ../cmd/godoc\ ../cmd/fix\ ../cmd/gofmt\ - ../cmd/gotest\ ../cmd/vet\ ../cmd/yacc\ @@ -192,7 +191,6 @@ NOTEST+=\ testing/iotest\ ../cmd/cgo\ ../cmd/godoc\ - ../cmd/gotest\ ../cmd/yacc\ NOBENCH+=\ |
