diff options
| author | Russ Cox <rsc@golang.org> | 2009-06-17 21:44:26 -0700 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2009-06-17 21:44:26 -0700 |
| commit | 5d2ee9d90afc8277d20a1f40056caa047fae695b (patch) | |
| tree | fe1b0ea87069ea5ad96a74b3baddefb6c568af36 /src/pkg/Makefile | |
| parent | f39fcd7e42f7e3035d8cf086dfada99e2e60a456 (diff) | |
| download | go-5d2ee9d90afc8277d20a1f40056caa047fae695b.tar.xz | |
add Addr() string to net.Listener interface.
use it to avoid use of fixed ports in tests.
convert google/net/rpc to gotest
R=r
DELTA=523 (275 added, 229 deleted, 19 changed)
OCL=30458
CL=30460
Diffstat (limited to 'src/pkg/Makefile')
| -rw-r--r-- | src/pkg/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pkg/Makefile b/src/pkg/Makefile index 3339a9d369..b8eb8641ab 100644 --- a/src/pkg/Makefile +++ b/src/pkg/Makefile @@ -70,12 +70,14 @@ TEST=\ archive/tar\ bignum\ bufio\ + bytes\ compress/flate\ compress/gzip\ container/list\ container/vector\ crypto/aes\ crypto/block\ + crypto/hmac\ crypto/md5\ crypto/sha1\ datafmt\ |
