diff options
| author | Russ Cox <rsc@golang.org> | 2008-11-21 16:13:31 -0800 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2008-11-21 16:13:31 -0800 |
| commit | 5169bb44e6bafe990112fa39890fef7168ae679f (patch) | |
| tree | dd5e30367d1e370887c565c64d81594a1025952c /src/run.bash | |
| parent | 284a50c109495973def8b9e7d94fa329a207a99e (diff) | |
| download | go-5169bb44e6bafe990112fa39890fef7168ae679f.tar.xz | |
utf8 routines in go; a start.
also:
* parse flags in testing.Main.
* add make test in src/lib.
R=r
DELTA=323 (323 added, 0 deleted, 0 changed)
OCL=19831
CL=19850
Diffstat (limited to 'src/run.bash')
| -rwxr-xr-x | src/run.bash | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/run.bash b/src/run.bash index ea06e8c5b5..4bba1bf53b 100755 --- a/src/run.bash +++ b/src/run.bash @@ -32,6 +32,8 @@ maketest \ # all of these are subtly different # from what maketest does. +(xcd lib; make test) || exit $? + (xcd ../usr/gri/pretty make clean time make |
