mirror of
https://github.com/golang/go
synced 2024-11-12 10:30:23 -07:00
91cb3489ab
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
11 lines
140 B
Makefile
11 lines
140 B
Makefile
include $(GOROOT)/src/Make.inc
|
|
|
|
TARG=go1
|
|
GOFILES=\
|
|
dummy.go\
|
|
|
|
include $(GOROOT)/src/Make.pkg
|
|
|
|
test:
|
|
echo go1: tests disabled for now TODO
|