diff options
Diffstat (limited to 'misc/cgo/testso/test.bash')
| -rwxr-xr-x | misc/cgo/testso/test.bash | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/misc/cgo/testso/test.bash b/misc/cgo/testso/test.bash new file mode 100755 index 000000000..f275eb572 --- /dev/null +++ b/misc/cgo/testso/test.bash @@ -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 |
