diff options
Diffstat (limited to 'make/scripts/tests-osx-x32.sh')
-rwxr-xr-x | make/scripts/tests-osx-x32.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/make/scripts/tests-osx-x32.sh b/make/scripts/tests-osx-x32.sh new file mode 100755 index 00000000..e7f4f01e --- /dev/null +++ b/make/scripts/tests-osx-x32.sh @@ -0,0 +1,7 @@ +#! /bin/bash + +spath=`dirname $0` + +. $spath/tests.sh /usr/bin/java -d32 ../build-macosx $* + + |