From: Russ Cox Date: Fri, 11 Mar 2011 20:09:32 +0000 (-0500) Subject: build: run gotest in misc/cgo/test X-Git-Tag: weekly.2011-03-15~34 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=ec713d68b8d63bd9318ee581ed0fb5942858d62d;p=gostls13.git build: run gotest in misc/cgo/test R=golang-dev, iant, r CC=golang-dev https://golang.org/cl/4239079 --- diff --git a/src/run.bash b/src/run.bash index aec4901090..be90af0da6 100755 --- a/src/run.bash +++ b/src/run.bash @@ -81,6 +81,13 @@ gomake clean ./test.bash ) || exit $? +[ "$GOARCH" == arm ] || +[ "$GOHOSTOS" == windows ] || +(xcd ../misc/cgo/test +gomake clean +gotest +) || exit $? + (xcd pkg/exp/ogle gomake clean time gomake ogle