aboutsummaryrefslogtreecommitdiff
path: root/test/bench
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2012-01-30 14:46:31 -0800
committerRob Pike <r@golang.org>2012-01-30 14:46:31 -0800
commit91cb3489abcb0ec5cd36595249586d67729230c4 (patch)
treeed9774de37515d70f68e2f2ec3c89bad18d2373d /test/bench
parentbe7a04944ea9eeb7ffd5458d26a83c1693df657c (diff)
downloadgo-91cb3489abcb0ec5cd36595249586d67729230c4.tar.gz
go-91cb3489abcb0ec5cd36595249586d67729230c4.zip
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 'test/bench')
-rw-r--r--test/bench/go1/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/bench/go1/Makefile b/test/bench/go1/Makefile
index 94847438f9..aa55853356 100644
--- a/test/bench/go1/Makefile
+++ b/test/bench/go1/Makefile
@@ -5,3 +5,6 @@ GOFILES=\
dummy.go\
include $(GOROOT)/src/Make.pkg
+
+test:
+ echo go1: tests disabled for now TODO