Commit a52d6fb7 authored by Ian Lance Taylor's avatar Ian Lance Taylor

Add a few tests which weren't being run.

R=r
DELTA=4  (4 added, 0 deleted, 0 changed)
OCL=26797
CL=26814
parent 34050ca8
...@@ -43,6 +43,8 @@ TEST=\ ...@@ -43,6 +43,8 @@ TEST=\
bignum\ bignum\
bufio\ bufio\
exec\ exec\
flag\
log\
once\ once\
sort\ sort\
strings\ strings\
......
...@@ -24,6 +24,7 @@ maketest() { ...@@ -24,6 +24,7 @@ maketest() {
} }
maketest \ maketest \
lib/container\
lib/fmt\ lib/fmt\
lib/go\ lib/go\
lib/hash\ lib/hash\
...@@ -37,6 +38,7 @@ maketest \ ...@@ -37,6 +38,7 @@ maketest \
lib/strconv\ lib/strconv\
lib/tabwriter\ lib/tabwriter\
lib/time\ lib/time\
lib/unicode\
# all of these are subtly different # all of these are subtly different
# from what maketest does. # from what maketest does.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment