]> Cypherpunks repositories - gostls13.git/commit
misc/cgo/testcshared: test -buildmode=c-shared
authorHyang-Ah Hana Kim <hyangah@gmail.com>
Thu, 16 Apr 2015 17:46:58 +0000 (13:46 -0400)
committerHyang-Ah Hana Kim <hyangah@gmail.com>
Fri, 17 Apr 2015 16:16:44 +0000 (16:16 +0000)
commit92189a2be23ae72b0a63b087dca56b70384db444
treea6911ddccc8773d2578865f56f75b3a711f4b7c7
parenta5e48cf023649bafc4ca606e09d2fe052e8ed0a4
misc/cgo/testcshared: test -buildmode=c-shared

Followed the same test pattern in misc/cgo/testcarchive.

Change-Id: I2f863b5c24a28f0b38b0128ed3e8a92c17fb5b9f
Reviewed-on: https://go-review.googlesource.com/8985
Reviewed-by: David Crawshaw <crawshaw@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
misc/cgo/testcshared/main0.c [new file with mode: 0644]
misc/cgo/testcshared/main1.c [new file with mode: 0644]
misc/cgo/testcshared/src/libgo/libgo.go [new file with mode: 0644]
misc/cgo/testcshared/src/p/p.go [new file with mode: 0644]
misc/cgo/testcshared/test.bash [new file with mode: 0755]