| commit | 2d72b39fd3f26549b363b7633c869750c3891dfd | [log] [tgz] |
|---|---|---|
| author | Russ Cox <rsc@golang.org> | Sat Oct 03 11:33:51 2009 -0700 |
| committer | Russ Cox <rsc@golang.org> | Sat Oct 03 11:33:51 2009 -0700 |
| tree | 3c13dbf3a1d4485a58e1453ef77f41854a3116a5 | |
| parent | 41a2b21f2606ea9568f375beb9c5d517107e6dfa [diff] [blame] |
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
diff --git a/src/run.bash b/src/run.bash index c8f5d0c..99ba599 100755 --- a/src/run.bash +++ b/src/run.bash
@@ -50,6 +50,11 @@ time make test ) || exit $? +(xcd ../misc/cgo/stdio +make clean +test.bash +) || exit $? + (xcd ../usr/austin/ogle make clean time make ogle