]> Cypherpunks repositories - gostls13.git/commitdiff
Add a few tests which weren't being run.
authorIan Lance Taylor <iant@golang.org>
Fri, 27 Mar 2009 05:20:27 +0000 (22:20 -0700)
committerIan Lance Taylor <iant@golang.org>
Fri, 27 Mar 2009 05:20:27 +0000 (22:20 -0700)
R=r
DELTA=4  (4 added, 0 deleted, 0 changed)
OCL=26797
CL=26814

src/lib/Makefile
src/run.bash

index 0bdaf709ef8dfa4db220cb484c369da26e109d4d..75fcff87eae11293432898d5db9be42033468cb0 100644 (file)
@@ -43,6 +43,8 @@ TEST=\
        bignum\
        bufio\
        exec\
+       flag\
+       log\
        once\
        sort\
        strings\
index 73b2ef83f04904cbe87701b92b5cbd21bd0ff4c2..221a21f1484269862fa2a3c91d0f337f9b4b5166 100755 (executable)
@@ -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.