From dc57ed8cafe7c6e8940231c46cdcf3633e6c5eaa Mon Sep 17 00:00:00 2001 From: Francisco Souza Date: Thu, 8 Mar 2012 12:13:41 -0500 Subject: 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 --- src/run.bash | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/run.bash') 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 $? -- cgit v1.3-5-g9baa