summaryrefslogtreecommitdiff
path: root/src/run.bash
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2011-03-11 15:09:32 -0500
committerRuss Cox <rsc@golang.org>2011-03-11 15:09:32 -0500
commit9bf9dd9d3c32c758c1f4f7ab185edbd805c85939 (patch)
tree53194144a9fcd5bc483317e198b95c20529702fe /src/run.bash
parent6c61181bc865d77d9da6c71d52a64e6e1dbdc209 (diff)
downloadgo-9bf9dd9d3c32c758c1f4f7ab185edbd805c85939.tar.gz
build: run gotest in misc/cgo/test
R=golang-dev, iant, r CC=golang-dev http://codereview.appspot.com/4239079
Diffstat (limited to 'src/run.bash')
-rwxr-xr-xsrc/run.bash7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/run.bash b/src/run.bash
index aec490109..be90af0da 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