diff options
| author | Russ Cox <rsc@golang.org> | 2009-10-03 11:33:51 -0700 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2009-10-03 11:33:51 -0700 |
| commit | 2d72b39fd3f26549b363b7633c869750c3891dfd (patch) | |
| tree | 3c13dbf3a1d4485a58e1453ef77f41854a3116a5 /src/run.bash | |
| parent | 41a2b21f2606ea9568f375beb9c5d517107e6dfa (diff) | |
| download | go-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-x | src/run.bash | 5 |
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 |
