]> Cypherpunks repositories - gostls13.git/commit
test: add ability to run tests with dynamic linking
authorMichael Hudson-Doyle <michael.hudson@canonical.com>
Tue, 27 Oct 2015 01:54:19 +0000 (14:54 +1300)
committerRuss Cox <rsc@golang.org>
Tue, 24 Nov 2015 17:15:43 +0000 (17:15 +0000)
commit0ae57c3b0b95310dd86ac0e0251048136d5a2d99
treea56bc9be03a0a637386fc7c9e0c8097a8270a608
parent0e771c72ede28220a26ac8bfe60d88f3a0a5072a
test: add ability to run tests with dynamic linking

This is a bit ugly but it's a useful test. Run go install -buildmode=shared std
and then go run run.go -linkshared (it passes on linux/amd64).

Change-Id: I5684c79cd03817fa1fc399788b7320f8535c08da
Reviewed-on: https://go-review.googlesource.com/16343
Reviewed-by: Russ Cox <rsc@golang.org>
test/run.go