]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: add new misc/cgo/testsovar test
authorAlex Brainman <alex.brainman@gmail.com>
Tue, 16 Jun 2015 05:36:06 +0000 (15:36 +1000)
committerAlex Brainman <alex.brainman@gmail.com>
Wed, 17 Jun 2015 02:33:40 +0000 (02:33 +0000)
commit6428a8b437a36f07b5f0d1b6f0d06e3ee6fc57c1
treea535d166e75d145daa6129f92d8a85b95d9a1eaf
parent8e723109de27ad6ad64655f336456786e8f5d899
cmd/dist: add new misc/cgo/testsovar test

This change reintroduces CL 8523. CL 8523 was reverted because
it broke darwin and netbsd builds. Now that this test is part
of "go tool dist test" command we could skip OSes that fail.

Updates #10360

Change-Id: Iaaeb5b800126492f36415a439c333a218fe4ab67
Reviewed-on: https://go-review.googlesource.com/11119
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
misc/cgo/testsovar/cgoso.go [new file with mode: 0644]
misc/cgo/testsovar/cgoso_c.c [new file with mode: 0644]
misc/cgo/testsovar/cgoso_c.h [new file with mode: 0644]
misc/cgo/testsovar/main.go [new file with mode: 0644]
src/cmd/dist/test.go