Commit ec713d68 authored by Russ Cox's avatar Russ Cox

build: run gotest in misc/cgo/test

R=golang-dev, iant, r
CC=golang-dev
https://golang.org/cl/4239079
parent 591c74ad
......@@ -81,6 +81,13 @@ gomake clean
./test.bash
) || exit $?
[ "$GOARCH" == arm ] ||
[ "$GOHOSTOS" == windows ] ||
(xcd ../misc/cgo/test
gomake clean
gotest
) || exit $?
(xcd pkg/exp/ogle
gomake clean
time gomake ogle
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment