]> Cypherpunks repositories - gostls13.git/commit
misc/cgo: re-enable some tests
authorRuss Cox <rsc@golang.org>
Wed, 7 Mar 2012 04:27:30 +0000 (23:27 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 7 Mar 2012 04:27:30 +0000 (23:27 -0500)
commitc3f4319a241d646668f81de5e7109ce8938f79f2
treeb7967af878d40cb9e421efbc247fcc6427f778c0
parent0bc18811b54b782a56b171eb0f8974f47f8638c0
misc/cgo: re-enable some tests

The testso directory still needs to be enabled.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5731048
20 files changed:
misc/cgo/gmp/Makefile [deleted file]
misc/cgo/gmp/fib.go
misc/cgo/gmp/pi.go
misc/cgo/life/Makefile [deleted file]
misc/cgo/life/main.go
misc/cgo/life/test.bash
misc/cgo/stdio/Makefile [deleted file]
misc/cgo/stdio/chain.go
misc/cgo/stdio/fib.go
misc/cgo/stdio/file.go
misc/cgo/stdio/hello.go
misc/cgo/stdio/test.bash
misc/cgo/test/basic.go
misc/cgo/test/callback.go
misc/cgo/test/callback_c.c
misc/cgo/test/issue1328.go
misc/cgo/test/issue1560.go
src/cmd/dist/build.c
src/pkg/go/build/build.go
src/run.bash