]> Cypherpunks repositories - gostls13.git/commit
cmd/go: fix swig support and run swig tests during run.bash
authorRuss Cox <rsc@golang.org>
Thu, 16 Nov 2017 02:14:21 +0000 (21:14 -0500)
committerRuss Cox <rsc@golang.org>
Thu, 16 Nov 2017 17:19:19 +0000 (17:19 +0000)
commit62dc3c3f0dc340ad98f737542523c15ee32d671d
treee76371a1da599d3c2229dff8671448f5bcd6b9e0
parent7cddd39f966c4e3a755a8447c618965479431405
cmd/go: fix swig support and run swig tests during run.bash

(The tests only run when swig is already installed on the local system.)

Change-Id: I172d106a68cfc746a1058f5a4bcf6761bab88912
Reviewed-on: https://go-review.googlesource.com/78175
Reviewed-by: Ian Lance Taylor <iant@golang.org>
misc/swig/stdio/file.go [new file with mode: 0644]
misc/swig/stdio/file_test.go
src/cmd/dist/test.go
src/cmd/go/internal/work/exec.go