]> Cypherpunks repositories - gostls13.git/commit
test: add a compiledir pattern in run.go
authorRémy Oudompheng <oudomphe@phare.normalesup.org>
Mon, 30 Jul 2012 19:12:05 +0000 (21:12 +0200)
committerRémy Oudompheng <oudomphe@phare.normalesup.org>
Mon, 30 Jul 2012 19:12:05 +0000 (21:12 +0200)
commitadc933726206e7f2be6a2ded826b6a3596df5ffd
tree936e755a24a64d8bb0f3df392cf37f7a80fdd779
parent09f1f5d76d648f9dcdc86ff814b7e463ecca93df
test: add a compiledir pattern in run.go

The compiledir pattern compiles all files xxx.dir/*.go
in lexicographic order (which is assumed to coincide with
the topological order of dependencies).

R=rsc
CC=golang-dev, remy
https://golang.org/cl/6440048
test/fixedbugs/bug088.go
test/fixedbugs/bug106.go
test/fixedbugs/bug282.go
test/fixedbugs/bug306.go
test/fixedbugs/bug377.go
test/fixedbugs/bug396.go
test/fixedbugs/bug404.go
test/fixedbugs/bug407.go
test/run.go
test/testlib