aboutsummaryrefslogtreecommitdiff
path: root/src/run.bash
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2009-10-03 11:33:51 -0700
committerRuss Cox <rsc@golang.org>2009-10-03 11:33:51 -0700
commit2d72b39fd3f26549b363b7633c869750c3891dfd (patch)
tree3c13dbf3a1d4485a58e1453ef77f41854a3116a5 /src/run.bash
parent41a2b21f2606ea9568f375beb9c5d517107e6dfa (diff)
downloadgo-2d72b39fd3f26549b363b7633c869750c3891dfd.tar.xz
add cgo test that doesn't depend on
non-standard libraries and add to build. R=r DELTA=211 (210 added, 0 deleted, 1 changed) OCL=35293 CL=35307
Diffstat (limited to 'src/run.bash')
-rwxr-xr-xsrc/run.bash5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/run.bash b/src/run.bash
index c8f5d0c082..99ba599cf0 100755
--- a/src/run.bash
+++ b/src/run.bash
@@ -50,6 +50,11 @@ time make
time make test
) || exit $?
+(xcd ../misc/cgo/stdio
+make clean
+test.bash
+) || exit $?
+
(xcd ../usr/austin/ogle
make clean
time make ogle