]> Cypherpunks repositories - gostls13.git/commit
misc/cgo/testcshared: add a c-shared test for android/arm.
authorHyang-Ah Hana Kim <hyangah@gmail.com>
Thu, 23 Apr 2015 21:27:38 +0000 (17:27 -0400)
committerHyang-Ah Hana Kim <hyangah@gmail.com>
Fri, 24 Apr 2015 16:32:31 +0000 (16:32 +0000)
commit8566979972d51236c37b2823d2c0d52c6efe5406
treea870712dd225b4e553492462610972f45fa96fca
parent029c7bbdfeeccd537a78796f5095157b6eb5f454
misc/cgo/testcshared: add a c-shared test for android/arm.

- main3.c tests main.main is exported when compiled for GOOS=android.
- wait longer for main2.c (it's slow on android/arm)
- rearranged test.bash

Fixes #10070.

Change-Id: I6e5a98d1c5fae776afa54ecb5da633b59b269316
Reviewed-on: https://go-review.googlesource.com/9296
Reviewed-by: David Crawshaw <crawshaw@golang.org>
Run-TryBot: Hyang-Ah Hana Kim <hyangah@gmail.com>
misc/cgo/testcshared/main2.c
misc/cgo/testcshared/main3.c [new file with mode: 0644]
misc/cgo/testcshared/src/libgo/libgo.go
misc/cgo/testcshared/test.bash
src/cmd/dist/test.go