]> Cypherpunks repositories - gostls13.git/commitdiff
unicode: build maketables during testshort too
authorBrad Fitzpatrick <bradfitz@golang.org>
Sat, 14 May 2011 23:54:49 +0000 (16:54 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Sat, 14 May 2011 23:54:49 +0000 (16:54 -0700)
Fixes #1825

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/4535066

src/pkg/unicode/Makefile

index 53f7229e7b080cd8eca622562c3b228ea34a65fc..26e6e501f17580a60e0f8d9f0ef7bc9554953595 100644 (file)
@@ -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.