commit | dc57ed8cafe7c6e8940231c46cdcf3633e6c5eaa | [log] [tgz] |
---|---|---|
author | Francisco Souza <franciscossouza@gmail.com> | Thu Mar 08 12:13:41 2012 -0500 |
committer | Russ Cox <rsc@golang.org> | Thu Mar 08 12:13:41 2012 -0500 |
tree | 82f75562731b46d0f49d612a7aa9e49befdd5e60 | |
parent | 9b73238daa6a5d08eb2265fc38577cb6003f0d23 [diff] |
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