]> Cypherpunks repositories - gostls13.git/commitdiff
build: run gotest in misc/cgo/test
authorRuss Cox <rsc@golang.org>
Fri, 11 Mar 2011 20:09:32 +0000 (15:09 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 11 Mar 2011 20:09:32 +0000 (15:09 -0500)
R=golang-dev, iant, r
CC=golang-dev
https://golang.org/cl/4239079

src/run.bash

index aec4901090814f3b7d17fbd9e798663f2bfda2f8..be90af0da68b01bc090478e4486d02962887a571 100755 (executable)
@@ -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