1
0
mirror of https://github.com/golang/go synced 2024-11-12 02:50:25 -07:00

Add a few tests which weren't being run.

R=r
DELTA=4  (4 added, 0 deleted, 0 changed)
OCL=26797
CL=26814
This commit is contained in:
Ian Lance Taylor 2009-03-26 22:20:27 -07:00
parent 34050ca8de
commit a52d6fb73a
2 changed files with 4 additions and 0 deletions

View File

@ -43,6 +43,8 @@ TEST=\
bignum\
bufio\
exec\
flag\
log\
once\
sort\
strings\

View File

@ -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.