1 2 3 4 5
#!/bin/sh set -e HERE=`dirname "$0"` "$HERE"/do-test-noopt native "$@" "$HERE"/do-test-noopt native-m32 "$@"