]> Cypherpunks repositories - gostls13.git/commit
go/build: better, self-contained tests
authorAndrew Gerrand <adg@golang.org>
Wed, 15 Jun 2011 11:35:34 +0000 (21:35 +1000)
committerAndrew Gerrand <adg@golang.org>
Wed, 15 Jun 2011 11:35:34 +0000 (21:35 +1000)
commit39208939c66a375a01a6b464b13e5b2d8bf86998
tree97699aa477094964b8ca0964bf4342629b8d07ec
parentbee3b0358c4d524582d74896bf6a8c8a3fe28f7e
go/build: better, self-contained tests

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/4576063
src/pkg/go/build/Makefile
src/pkg/go/build/build_test.go
src/pkg/go/build/cgotest/cgotest.go [new file with mode: 0644]
src/pkg/go/build/cgotest/file.go [deleted file]
src/pkg/go/build/cmdtest/main.go [new file with mode: 0644]
src/pkg/go/build/pkgtest/pkgtest.go [new file with mode: 0644]
src/pkg/go/build/pkgtest/sqrt_386.s [new file with mode: 0644]
src/pkg/go/build/pkgtest/sqrt_amd64.s [new file with mode: 0644]
src/pkg/go/build/pkgtest/sqrt_arm.s [new file with mode: 0644]