]> Cypherpunks repositories - gostls13.git/commitdiff
build: enable host linking test for all BSDs
authorRuss Cox <rsc@golang.org>
Mon, 11 Mar 2013 05:12:18 +0000 (01:12 -0400)
committerRuss Cox <rsc@golang.org>
Mon, 11 Mar 2013 05:12:18 +0000 (01:12 -0400)
Let's just see what breaks.

R=golang-dev, bradfitz, adg
CC=golang-dev
https://golang.org/cl/7693043

src/run.bash

index cabe745b6babde87a9a61f1b99ff4299a5dcade6..1d54c9490722b356ebec2192aba4626a6fab8f65 100755 (executable)
@@ -78,7 +78,7 @@ go run $GOROOT/test/run.go - .
 (xcd ../misc/cgo/test
 go test
 case "$GOHOSTOS-$GOARCH" in
-darwin-386 | darwin-amd64 | linux-386 | linux-amd64)
+darwin-386 | darwin-amd64 | freebsd-386 | freebsd-amd64 | linux-386 | linux-amd64 | netbsd-386 | netbsd-amd64 | openbsd-386 | openbsd-amd64)
        go test -ldflags '-w -hostobj'
 esac
 ) || exit $?