aboutsummaryrefslogtreecommitdiffstats
path: root/make/scripts/tests-x32.sh
blob: 312dac6982990d8f0b20fc58ca3691e10761faf8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#! /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

export SWT_CLASSPATH=`pwd`/lib/swt/gtk-linux-x86/swt.jar

. $SDIR/tests.sh  `which java` -DummyArg ../build-x86 $*