diff options
| author | Francisco Souza <franciscossouza@gmail.com> | 2012-03-08 12:13:41 -0500 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2012-03-08 12:13:41 -0500 |
| commit | dc57ed8cafe7c6e8940231c46cdcf3633e6c5eaa (patch) | |
| tree | 82f75562731b46d0f49d612a7aa9e49befdd5e60 /src/run.bash | |
| parent | 9b73238daa6a5d08eb2265fc38577cb6003f0d23 (diff) | |
| download | go-dc57ed8cafe7c6e8940231c46cdcf3633e6c5eaa.tar.xz | |
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
Diffstat (limited to 'src/run.bash')
| -rwxr-xr-x | src/run.bash | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/run.bash b/src/run.bash index e97f55a0ba..0e4600b0ad 100755 --- a/src/run.bash +++ b/src/run.bash @@ -55,12 +55,10 @@ xcd() { go test ) || exit $? -$BROKEN || [ "$CGO_ENABLED" != 1 ] || [ "$GOHOSTOS" == windows ] || [ "$GOHOSTOS" == darwin ] || (xcd ../misc/cgo/testso -"$GOMAKE" clean ./test.bash ) || exit $? |
