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