summaryrefslogtreecommitdiffstats
path: root/make/scripts/tests-osx-x32.sh
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2012-01-22 19:51:54 +0100
committerSven Gothel <[email protected]>2012-01-22 19:51:54 +0100
commit8867722e28fce9e8d519fbf4e2a0c1725568706a (patch)
treefe8c5e93cee0bfa483084bb527271d48025436a0 /make/scripts/tests-osx-x32.sh
parentd19cd1049d55f93580c37f6a9599f7583e160258 (diff)
Add verification script for compiled-in Java version; Add osx 32bit test script.
Diffstat (limited to 'make/scripts/tests-osx-x32.sh')
-rwxr-xr-xmake/scripts/tests-osx-x32.sh7
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 000000000..e7f4f01ef
--- /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 $*
+
+