summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authorFrancisco Souza <franciscossouza@gmail.com>2012-03-08 12:13:41 -0500
committerFrancisco Souza <franciscossouza@gmail.com>2012-03-08 12:13:41 -0500
commit9f91c9519eb9b26d23d94e5391b460821803b7b9 (patch)
treec93262b9118785dc47ab266b2c98a454901e2fdf /.hgignore
parentab1a0fc89f44755da1c5c9eb8ca640bdb4b54633 (diff)
downloadgo-9f91c9519eb9b26d23d94e5391b460821803b7b9.tar.gz
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 issue 2982. R=rsc, remyoudompheng CC=golang-dev http://codereview.appspot.com/5788043 Committer: Russ Cox <rsc@golang.org>
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
index 2a8475303..d6ba72c6b 100644
--- a/.hgignore
+++ b/.hgignore
@@ -27,6 +27,7 @@ doc/tmpltohtml
doc/articles/wiki/*.bin
misc/cgo/life/run.out
misc/cgo/stdio/run.out
+misc/cgo/testso/testso
misc/dashboard/builder/builder
misc/goplay/goplay
misc/osx/*.pkg