diff options
| author | Ian Lance Taylor <iant@golang.org> | 2009-03-26 22:20:27 -0700 |
|---|---|---|
| committer | Ian Lance Taylor <iant@golang.org> | 2009-03-26 22:20:27 -0700 |
| commit | a52d6fb73a0767428c1d970fc94a446848990272 (patch) | |
| tree | dc8bb8664b67707538088c9bddcbf7c3d577749a /src/run.bash | |
| parent | 34050ca8de7c6ef84fc1f829a3bb7a473723429c (diff) | |
| download | go-a52d6fb73a0767428c1d970fc94a446848990272.tar.xz | |
Add a few tests which weren't being run.
R=r
DELTA=4 (4 added, 0 deleted, 0 changed)
OCL=26797
CL=26814
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 73b2ef83f0..221a21f148 100755 --- a/src/run.bash +++ b/src/run.bash @@ -24,6 +24,7 @@ maketest() { } maketest \ + lib/container\ lib/fmt\ lib/go\ lib/hash\ @@ -37,6 +38,7 @@ maketest \ lib/strconv\ lib/tabwriter\ lib/time\ + lib/unicode\ # all of these are subtly different # from what maketest does. |
