aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/Makefile
diff options
context:
space:
mode:
authorAdam Langley <agl@golang.org>2009-11-03 12:47:06 -0800
committerAdam Langley <agl@golang.org>2009-11-03 12:47:06 -0800
commit4f2ec03416b9188244a2b36900cea49a93d0de8d (patch)
tree276262a749c0dd4e3dd3403ccbb5b9324beee4cb /src/pkg/Makefile
parent12f8660d4c396da8f6e69f0c6a661a53086f4bd9 (diff)
downloadgo-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/Makefile2
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\