]> Cypherpunks repositories - gostls13.git/commit
cmd/link: skip TestBuildFortvOS if the SDK is missing
authorElias Naur <mail@eliasnaur.com>
Thu, 21 Mar 2019 12:42:53 +0000 (13:42 +0100)
committerElias Naur <mail@eliasnaur.com>
Thu, 21 Mar 2019 13:04:52 +0000 (13:04 +0000)
commiteb00167e27ba3525d26bbe9286c82090da782587
tree03d9814434a7463d40ce9965ef9505d5cc500c31
parent277609f844ed9254d25e975f7cf202d042beecc6
cmd/link: skip TestBuildFortvOS if the SDK is missing

While we're here, move the test from dwarf_test.go to link_test.go;
it doesn't have anything to do with DWARF.

Should fix the macOS builders with only the Xcode command line tools
installed.

Change-Id: Iaaba1b589f4d778705f7b627f78c2b12388e2b3b
Reviewed-on: https://go-review.googlesource.com/c/go/+/168462
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com>
src/cmd/link/dwarf_test.go
src/cmd/link/link_test.go