]> Cypherpunks repositories - gostls13.git/commit
test: make rundir match compiledir/errorcheckdir.
authorRémy Oudompheng <oudomphe@phare.normalesup.org>
Fri, 11 Jan 2013 21:00:48 +0000 (22:00 +0100)
committerRémy Oudompheng <oudomphe@phare.normalesup.org>
Fri, 11 Jan 2013 21:00:48 +0000 (22:00 +0100)
commitc3836ed06ea30f5c9a5aacd90e3c48164065971c
tree14887bae842529cb3b0a57efbbc83834d81b48f1
parentbef4cb475c0638ab5193f75f2683b35a7c7f6547
test: make rundir match compiledir/errorcheckdir.

This allows test/dwarf to be supported by run.go.

Update #4139.

R=golang-dev, bradfitz, iant
CC=golang-dev
https://golang.org/cl/7064067
23 files changed:
test/dwarf/dwarf.dir/main.go [moved from test/dwarf/main.go with 100% similarity]
test/dwarf/dwarf.dir/z1.go [moved from test/dwarf/z1.go with 100% similarity]
test/dwarf/dwarf.dir/z10.go [moved from test/dwarf/z10.go with 100% similarity]
test/dwarf/dwarf.dir/z11.go [moved from test/dwarf/z11.go with 100% similarity]
test/dwarf/dwarf.dir/z12.go [moved from test/dwarf/z12.go with 100% similarity]
test/dwarf/dwarf.dir/z13.go [moved from test/dwarf/z13.go with 100% similarity]
test/dwarf/dwarf.dir/z14.go [moved from test/dwarf/z14.go with 100% similarity]
test/dwarf/dwarf.dir/z15.go [moved from test/dwarf/z15.go with 100% similarity]
test/dwarf/dwarf.dir/z16.go [moved from test/dwarf/z16.go with 100% similarity]
test/dwarf/dwarf.dir/z17.go [moved from test/dwarf/z17.go with 100% similarity]
test/dwarf/dwarf.dir/z18.go [moved from test/dwarf/z18.go with 100% similarity]
test/dwarf/dwarf.dir/z19.go [moved from test/dwarf/z19.go with 100% similarity]
test/dwarf/dwarf.dir/z2.go [moved from test/dwarf/z2.go with 100% similarity]
test/dwarf/dwarf.dir/z20.go [moved from test/dwarf/z20.go with 100% similarity]
test/dwarf/dwarf.dir/z3.go [moved from test/dwarf/z3.go with 100% similarity]
test/dwarf/dwarf.dir/z4.go [moved from test/dwarf/z4.go with 100% similarity]
test/dwarf/dwarf.dir/z5.go [moved from test/dwarf/z5.go with 100% similarity]
test/dwarf/dwarf.dir/z6.go [moved from test/dwarf/z6.go with 100% similarity]
test/dwarf/dwarf.dir/z7.go [moved from test/dwarf/z7.go with 100% similarity]
test/dwarf/dwarf.dir/z8.go [moved from test/dwarf/z8.go with 100% similarity]
test/dwarf/dwarf.dir/z9.go [moved from test/dwarf/z9.go with 100% similarity]
test/dwarf/dwarf.go [new file with mode: 0644]
test/run.go