aboutsummaryrefslogtreecommitdiff
path: root/src/run.bash
diff options
context:
space:
mode:
authorRobert Hencke <robert.hencke@gmail.com>2011-06-20 11:54:07 +1000
committerRob Pike <r@golang.org>2011-06-20 11:54:07 +1000
commita5b5e2b79e1669dcc711842a7c895a412edfe351 (patch)
tree23559470bfc7f8b121e3e2abb3291b31397cc8a4 /src/run.bash
parent783c46b197890f17fd112a28a9706d0d25b5fe87 (diff)
downloadgo-a5b5e2b79e1669dcc711842a7c895a412edfe351.tar.xz
godefs: rudimentary tests
currently only defined for darwin R=golang-dev, r CC=golang-dev https://golang.org/cl/4528123
Diffstat (limited to 'src/run.bash')
-rwxr-xr-xsrc/run.bash4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/run.bash b/src/run.bash
index bb3d06c45c..4c9d2ec38b 100755
--- a/src/run.bash
+++ b/src/run.bash
@@ -49,6 +49,10 @@ GOMAXPROCS=10 gomake testshort
time gomake test
) || exit $?
+(xcd cmd/godefs
+gomake test
+) || exit $?
+
[ "$GOARCH" == arm ] ||
[ "$GOHOSTOS" == windows ] ||
(xcd ../misc/cgo/stdio