1
0
mirror of https://github.com/golang/go synced 2024-11-12 05:30:21 -07:00

Build draw/x11. Skip for test.

R=nigeltao_golang
CC=golang-dev, r, rsc
https://golang.org/cl/1690043
This commit is contained in:
Christopher Wedgwood 2010-06-23 15:08:27 +10:00 committed by Nigel Tao
parent e05c3668d2
commit 57e1888741

View 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\