blob: 9d16cd0bb7c3d9848cd196901ac82b9ebdacddd1 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#! /bin/bash
SDIR=`dirname $0`
if [ -e $SDIR/../../../gluegen/make/scripts/setenv-build-jogamp-x86.sh ] ; then
. $SDIR/../../../gluegen/make/scripts/setenv-build-jogamp-x86.sh
fi
. $SDIR/tests.sh `which java` -DummyArg ../build-solaris-x86 $*
|