]> Cypherpunks repositories - gostls13.git/commit
misc/cgo: re-enable testso
authorFrancisco Souza <franciscossouza@gmail.com>
Thu, 8 Mar 2012 17:13:41 +0000 (12:13 -0500)
committerRuss Cox <rsc@golang.org>
Thu, 8 Mar 2012 17:13:41 +0000 (12:13 -0500)
commitdc57ed8cafe7c6e8940231c46cdcf3633e6c5eaa
tree82f75562731b46d0f49d612a7aa9e49befdd5e60
parent9b73238daa6a5d08eb2265fc38577cb6003f0d23
misc/cgo: re-enable testso

The test.bash file generates .so file using gcc, builds the executable
using the go tool and then run it with the $LD_LIBRARY_PATH variable
pointing to the directory where the .so file lives.

Fixes #2982.

R=rsc, remyoudompheng
CC=golang-dev
https://golang.org/cl/5788043
.hgignore
misc/cgo/testso/Makefile [deleted file]
misc/cgo/testso/cgoso.go
misc/cgo/testso/cgoso_c.c
misc/cgo/testso/main.go
misc/cgo/testso/test.bash
src/run.bash