From: Ian Lance Taylor Date: Fri, 27 Mar 2009 05:20:27 +0000 (-0700) Subject: Add a few tests which weren't being run. X-Git-Tag: weekly.2009-11-06~1953 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=a52d6fb73a0767428c1d970fc94a446848990272;p=gostls13.git Add a few tests which weren't being run. R=r DELTA=4 (4 added, 0 deleted, 0 changed) OCL=26797 CL=26814 --- diff --git a/src/lib/Makefile b/src/lib/Makefile index 0bdaf709ef..75fcff87ea 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 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.