]> Cypherpunks repositories - gostls13.git/commit
misc/cgo/testshared: add basic test for -buildmode=shared/-linkshared
authorMichael Hudson-Doyle <michael.hudson@canonical.com>
Mon, 27 Apr 2015 03:00:48 +0000 (15:00 +1200)
committerIan Lance Taylor <iant@golang.org>
Wed, 29 Apr 2015 23:47:47 +0000 (23:47 +0000)
commit0774f6dbfd3103f59c7232a056b030d49cf5e82d
tree312e25916f5cfe28d13aecf8e4a8aea10e039e15
parent98e0556231b43d26e8b22936299c49c4b794ced0
misc/cgo/testshared: add basic test for -buildmode=shared/-linkshared

Just a first basic test, I'll extend this to test more but want to get an
opinion on basic approach first.

Change-Id: Idab9ebd7d9960b000b81a01a1e53258bf4bce755
Reviewed-on: https://go-review.googlesource.com/9386
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
misc/cgo/testshared/src/trivial/trivial.go [new file with mode: 0644]
misc/cgo/testshared/test.bash [new file with mode: 0755]
src/cmd/dist/test.go