mirror of
https://github.com/golang/go
synced 2024-11-22 04:24:39 -07:00
misc/cgo/testso: do not leave out file behind
R=golang-dev, dvyukov CC=golang-dev https://golang.org/cl/5461044
This commit is contained in:
parent
5d045fb0f1
commit
692c31d60a
9
misc/cgo/testso/test.bash
Executable file
9
misc/cgo/testso/test.bash
Executable file
@ -0,0 +1,9 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
# Copyright 2011 The Go Authors. All rights reserved.
|
||||||
|
# Use of this source code is governed by a BSD-style
|
||||||
|
# license that can be found in the LICENSE file.
|
||||||
|
|
||||||
|
set -e
|
||||||
|
gomake out
|
||||||
|
LD_LIBRARY_PATH=. ./out
|
||||||
|
gomake clean
|
@ -78,8 +78,7 @@ gotest
|
|||||||
[ "$GOHOSTOS" == darwin ] ||
|
[ "$GOHOSTOS" == darwin ] ||
|
||||||
(xcd ../misc/cgo/testso
|
(xcd ../misc/cgo/testso
|
||||||
gomake clean
|
gomake clean
|
||||||
gomake out
|
./test.bash
|
||||||
LD_LIBRARY_PATH=. ./out
|
|
||||||
) || exit $?
|
) || exit $?
|
||||||
|
|
||||||
(xcd ../doc/progs
|
(xcd ../doc/progs
|
||||||
|
Loading…
Reference in New Issue
Block a user