summaryrefslogtreecommitdiffstats
path: root/make/scripts/tests-solx32.sh
diff options
context:
space:
mode:
Diffstat (limited to 'make/scripts/tests-solx32.sh')
-rwxr-xr-xmake/scripts/tests-solx32.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/make/scripts/tests-solx32.sh b/make/scripts/tests-solx32.sh
new file mode 100755
index 00000000..996dcc60
--- /dev/null
+++ b/make/scripts/tests-solx32.sh
@@ -0,0 +1,10 @@
+#! /bin/bash
+
+SDIR=`dirname $0`
+
+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` -d32 ../build-solaris-x86 $*
+