diff options
| author | Nigel Tao <nigeltao@golang.org> | 2011-03-03 20:35:49 +1100 |
|---|---|---|
| committer | Nigel Tao <nigeltao@golang.org> | 2011-03-03 20:35:49 +1100 |
| commit | 7483c6ee3c688d078fe00d375d968ce99077759e (patch) | |
| tree | c6cd594914309e6e16e9b163b333ae0f6c5e4c77 /src/pkg/Makefile | |
| parent | 3fea5badc29200e0ea4e1fe790e1803a7d17ee2c (diff) | |
| download | go-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/Makefile | 1 |
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\ |
