aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/Makefile
diff options
context:
space:
mode:
authorNigel Tao <nigeltao@golang.org>2011-03-03 20:35:49 +1100
committerNigel Tao <nigeltao@golang.org>2011-03-03 20:35:49 +1100
commit7483c6ee3c688d078fe00d375d968ce99077759e (patch)
treec6cd594914309e6e16e9b163b333ae0f6c5e4c77 /src/pkg/Makefile
parent3fea5badc29200e0ea4e1fe790e1803a7d17ee2c (diff)
downloadgo-7483c6ee3c688d078fe00d375d968ce99077759e.tar.xz
image: add a decoding test for common file formats.
The test image was converted from doc/video-001.png using the convert command line tool (ImageMagick 6.5.7-8) at -quality 100. R=r, nigeltao_gnome CC=golang-dev https://golang.org/cl/4259047
Diffstat (limited to 'src/pkg/Makefile')
-rw-r--r--src/pkg/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pkg/Makefile b/src/pkg/Makefile
index aaf8ca62e2..139cee1a48 100644
--- a/src/pkg/Makefile
+++ b/src/pkg/Makefile
@@ -172,7 +172,6 @@ NOTEST=\
go/token\
hash\
http/pprof\
- image\
image/jpeg\
net/dict\
rand\