]> Cypherpunks repositories - gostls13.git/commit
misc/cgo/testplugin: add test of -buildmode=plugin
authorDavid Crawshaw <crawshaw@golang.org>
Fri, 26 Aug 2016 13:04:27 +0000 (09:04 -0400)
committerDavid Crawshaw <crawshaw@golang.org>
Fri, 16 Sep 2016 17:55:24 +0000 (17:55 +0000)
commit1df438f79c440ddf9bdd342f089a55567254bc9a
treecdbc54f277e5f5ffb37ab4cfbaed4004bbf6990b
parentc19382319abd444592a02e819db87fe77d9a888c
misc/cgo/testplugin: add test of -buildmode=plugin

Change-Id: Ie9fea9814c850b084562ab2349b54d9ad9fa1f4a
Reviewed-on: https://go-review.googlesource.com/27825
Run-TryBot: David Crawshaw <crawshaw@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
misc/cgo/testplugin/src/common/common.go [new file with mode: 0644]
misc/cgo/testplugin/src/host/host.go [new file with mode: 0644]
misc/cgo/testplugin/src/plugin1/plugin1.go [new file with mode: 0644]
misc/cgo/testplugin/test.bash [new file with mode: 0755]
src/cmd/dist/test.go