summaryrefslogtreecommitdiffstats
path: root/make/scripts/tests-solx32.sh
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-12-18 04:21:10 +0100
committerSven Gothel <[email protected]>2011-12-18 04:21:10 +0100
commitd70ba0240cb46cb72c4340fca822178a5a28cc12 (patch)
treefedcc00da795ecf9cdfacbf782d24a4815961607 /make/scripts/tests-solx32.sh
parentcaa2511f46ba904dfe21223819af2070445f80b0 (diff)
test scripts: add argument for java data-type (32 or 64 bit) ; Add OSX 32/64 bit test script.
Diffstat (limited to 'make/scripts/tests-solx32.sh')
-rwxr-xr-xmake/scripts/tests-solx32.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/scripts/tests-solx32.sh b/make/scripts/tests-solx32.sh
index 26b7c14bb..996dcc606 100755
--- a/make/scripts/tests-solx32.sh
+++ b/make/scripts/tests-solx32.sh
@@ -6,5 +6,5 @@ if [ -e $SDIR/../../../gluegen/make/scripts/setenv-build-jogl-x86.sh ] ; then
. $SDIR/../../../gluegen/make/scripts/setenv-build-jogl-x86.sh
fi
-. $SDIR/tests.sh `which java` ../build-solaris-x86 $*
+. $SDIR/tests.sh `which java` -d32 ../build-solaris-x86 $*