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 | 60acfe0aba9eee55a1871a111188f05f9997b67b (patch) | |
tree | dc8bb8664b67707538088c9bddcbf7c3d577749a /src | |
parent | c7906dd5ebe36d8f9344c2ba82195b6a8e9078b6 (diff) | |
download | golang-60acfe0aba9eee55a1871a111188f05f9997b67b.tar.gz |
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')
-rw-r--r-- | src/lib/Makefile | 2 | ||||
-rwxr-xr-x | src/run.bash | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/Makefile b/src/lib/Makefile index 0bdaf709e..75fcff87e 100644 --- a/src/lib/Makefile +++ b/src/lib/Makefile @@ -43,6 +43,8 @@ TEST=\ bignum\ bufio\ exec\ + flag\ + log\ once\ sort\ strings\ diff --git a/src/run.bash b/src/run.bash index 73b2ef83f..221a21f14 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. |