diff options
| author | Russ Cox <rsc@golang.org> | 2011-03-11 15:09:32 -0500 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2011-03-11 15:09:32 -0500 |
| commit | ec713d68b8d63bd9318ee581ed0fb5942858d62d (patch) | |
| tree | dd3fb1c963c3bb259e3a0a612a3e1dfd307834db /src/run.bash | |
| parent | 591c74ad20315d2886d2ff4c36efe47dda92e257 (diff) | |
| download | go-ec713d68b8d63bd9318ee581ed0fb5942858d62d.tar.xz | |
build: run gotest in misc/cgo/test
R=golang-dev, iant, r
CC=golang-dev
https://golang.org/cl/4239079
Diffstat (limited to 'src/run.bash')
| -rwxr-xr-x | src/run.bash | 7 |
1 files changed, 7 insertions, 0 deletions
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 |
