diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-30 23:01:08 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-30 23:01:08 -0400 |
| commit | 155899c65ed32245e2ccad4197a10c77017d835b (patch) | |
| tree | 4c337130ff5d1640efc1e94258ab3b8a9eef0c55 /test.sh | |
| parent | 3d4e54822dc6117306d5a4ac0e79017c4810b657 (diff) | |
Out with the old...
Diffstat (limited to 'test.sh')
| -rwxr-xr-x | test.sh | 12 |
1 files changed, 0 insertions, 12 deletions
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 "$@" |
