]> Cypherpunks repositories - gostls13.git/commitdiff
Build draw/x11. Skip for test.
authorChristopher Wedgwood <cw@f00f.org>
Wed, 23 Jun 2010 05:08:27 +0000 (15:08 +1000)
committerNigel Tao <nigeltao@golang.org>
Wed, 23 Jun 2010 05:08:27 +0000 (15:08 +1000)
R=nigeltao_golang
CC=golang-dev, r, rsc
https://golang.org/cl/1690043

src/pkg/Makefile

index 1bbb91bfeba9b1d12a1d33a22e83a1ea07c7d21a..e489b71d474187396b2e24b1bc3b343942c205c4 100644 (file)
@@ -66,6 +66,7 @@ DIRS=\
        exp/bignum\
        exp/datafmt\
        exp/draw\
+       exp/draw/x11\
        exp/eval\
        exp/iterable\
        expvar\
@@ -130,6 +131,7 @@ DIRS=\
 
 NOTEST=\
        debug/proc\
+       exp/draw/x11\
        go/ast\
        go/doc\
        go/token\