go/misc/cgo/test
Russ Cox f985638b94 misc/cgo/test: run tests
The new gotest ignores Test functions outside *_test.go files
(the old shell script allowed them), so replace one clumsy hack
with another.

The root problem is that the package makefiles only know
how to run cgo for source files in the package proper, not
for test files.  Making it work for test files is probably more
trouble than it's worth.

R=bradfitz
CC=golang-dev
https://golang.org/cl/4452060
2011-05-02 13:55:51 -04:00
..
align.go misc/cgo/test: run tests 2011-05-02 13:55:51 -04:00
basic.go misc/cgo/test: run tests 2011-05-02 13:55:51 -04:00
callback.go misc/cgo/test: run tests 2011-05-02 13:55:51 -04:00
callback_c.c runtime: scheduler, cgo reorganization 2011-03-07 10:37:42 -05:00
cgo_test.go misc/cgo/test: run tests 2011-05-02 13:55:51 -04:00
issue1222.go runtime: scheduler, cgo reorganization 2011-03-07 10:37:42 -05:00
issue1328.go misc/cgo/test: run tests 2011-05-02 13:55:51 -04:00
issue1560.go misc/cgo/test: run tests 2011-05-02 13:55:51 -04:00
Makefile runtime: scheduler, cgo reorganization 2011-03-07 10:37:42 -05:00
runtime.c runtime: scheduler, cgo reorganization 2011-03-07 10:37:42 -05:00