]> Cypherpunks repositories - gostls13.git/commit
test/run: handle compiledir and errorcheckdir with multi-file packages
authorRuss Cox <rsc@golang.org>
Wed, 2 Jan 2013 20:31:49 +0000 (15:31 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 2 Jan 2013 20:31:49 +0000 (15:31 -0500)
commit8850d14fe9c38482ee64e21f6d837c267dbe528e
tree6058076c276da1597b34fa781303e941a0162904
parent7ced3f12bcc2a667a8eead81e7c995f8c86f756e
test/run: handle compiledir and errorcheckdir with multi-file packages

Multiple files with the same package all get compiled together.

R=golang-dev, iant, dave
CC=golang-dev
https://golang.org/cl/7005053
test/fixedbugs/issue4326.dir/z.go
test/run.go
test/testlib