]> Cypherpunks repositories - gostls13.git/commit
cmd/go: build non-runnable examples in xtests
authorAndrew Gerrand <adg@golang.org>
Fri, 27 Jun 2014 21:15:22 +0000 (07:15 +1000)
committerAndrew Gerrand <adg@golang.org>
Fri, 27 Jun 2014 21:15:22 +0000 (07:15 +1000)
commitea0fb5d8e2ba795f0fc985da27a9514492abd7bb
tree137654fd3151ca97fa6d0cd9a714e57356804e6e
parent128eed2749fa1bc38b3b605c9749441a009ac791
cmd/go: build non-runnable examples in xtests

Include these files in the build,
even though they don't get executed.

LGTM=r
R=golang-codereviews, r
CC=golang-codereviews
https://golang.org/cl/108180043
src/cmd/go/test.bash
src/cmd/go/test.go
src/cmd/go/testdata/norunexample/example_test.go [new file with mode: 0644]
src/cmd/go/testdata/norunexample/test_test.go [new file with mode: 0644]