diff options
| author | Adam Langley <agl@golang.org> | 2009-11-03 12:47:06 -0800 |
|---|---|---|
| committer | Adam Langley <agl@golang.org> | 2009-11-03 12:47:06 -0800 |
| commit | 4f2ec03416b9188244a2b36900cea49a93d0de8d (patch) | |
| tree | 276262a749c0dd4e3dd3403ccbb5b9324beee4cb /src/pkg/Makefile | |
| parent | 12f8660d4c396da8f6e69f0c6a661a53086f4bd9 (diff) | |
| download | go-4f2ec03416b9188244a2b36900cea49a93d0de8d.tar.xz | |
Add testing/script.
R=rsc, r
CC=go-dev
http://go/go-review/1016001
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 baf2122c88..1be6ff733b 100644 --- a/src/pkg/Makefile +++ b/src/pkg/Makefile @@ -42,6 +42,7 @@ DIRS=\ encoding/base64\ encoding/binary\ encoding/git85\ + encoding/hex\ encoding/pem\ exec\ exp/datafmt\ @@ -87,6 +88,7 @@ DIRS=\ testing\ testing/iotest\ testing/quick\ + testing/script\ time\ unicode\ utf8\ |
