blob: a3aed84c38dedd753c6611d21c775bb7d42453a9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#! /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-x86 $*
|