From 155899c65ed32245e2ccad4197a10c77017d835b Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 30 Aug 2014 23:01:08 -0400 Subject: Out with the old... --- test.sh | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100755 test.sh (limited to 'test.sh') diff --git a/test.sh b/test.sh deleted file mode 100755 index 84b913f..0000000 --- a/test.sh +++ /dev/null @@ -1,12 +0,0 @@ -if [ ! -f tools/windowsconstgen.go ]; then - echo error: $0 must be run from the package source root 1>&2 - exit 1 -fi -set -e -if [ x$GOOS = xwindows ]; then - # have to invoke go run with the host $GOOS/$GOARCH - GOOS= GOARCH= go run tools/windowsconstgen.go . 386 "$@" - GOOS= GOARCH= go run tools/windowsconstgen.go . amd64 "$@" -fi -cd test -go build "$@" -- cgit v1.2.3