From: Brad Fitzpatrick Date: Sat, 14 May 2011 23:54:49 +0000 (-0700) Subject: unicode: build maketables during testshort too X-Git-Tag: weekly.2011-05-22~67 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=870791a5acd921eedd2ce9d3945b6da744afc208;p=gostls13.git unicode: build maketables during testshort too Fixes #1825 R=golang-dev, r CC=golang-dev https://golang.org/cl/4535066 --- diff --git a/src/pkg/unicode/Makefile b/src/pkg/unicode/Makefile index 53f7229e7b..26e6e501f1 100644 --- a/src/pkg/unicode/Makefile +++ b/src/pkg/unicode/Makefile @@ -26,6 +26,7 @@ tables: maketables # Build (but do not run) maketables during testing, # just to make sure it still compiles. test: maketables +testshort: maketables # Downloads from www.unicode.org, so not part # of standard test scripts.