]> Cypherpunks repositories - gostls13.git/commit
misc/cgo/testcshared: actually run test executable on android
authorAlex Brainman <alex.brainman@gmail.com>
Mon, 11 Sep 2017 07:19:24 +0000 (17:19 +1000)
committerAlex Brainman <alex.brainman@gmail.com>
Mon, 11 Sep 2017 09:22:44 +0000 (09:22 +0000)
commit538b4bab3dd9e34b3d30b6aeaef8db1d34275274
treefee20779263cc2e9762335e1e4f12c4172b730aa
parente91639285f404543d4e2fc9bd6ea9015f4314250
misc/cgo/testcshared: actually run test executable on android

CL 62593 broken TestExportedSymbols and TestUnexportedSymbols
because it started executing android test binary on host.
Make them run on android.

Hopefully fixes android build.

Change-Id: Ic0bb9f0cbbefca23828574282caa33a03ef72431
Reviewed-on: https://go-review.googlesource.com/62830
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Elias Naur <elias.naur@gmail.com>
misc/cgo/testcshared/cshared_test.go