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