blob: 7370d06aa547128f3c5ad2e52d30424075b868fa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#! /bin/bash
SDIR=`dirname $0`
#export LD_LIBRARY_PATH=/home/sven/libav/lib:$LD_LIBRARY_PATH
#export LD_LIBRARY_PATH=/home/sven/libav-0.X/lib:$LD_LIBRARY_PATH
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-x86_64 $*
|