diff options
Diffstat (limited to 'make/scripts/tests-x64.sh')
-rwxr-xr-x | make/scripts/tests-x64.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/make/scripts/tests-x64.sh b/make/scripts/tests-x64.sh index 722e37f34..c12be29df 100755 --- a/make/scripts/tests-x64.sh +++ b/make/scripts/tests-x64.sh @@ -27,5 +27,7 @@ if [ -e $SDIR/../../../gluegen/make/scripts/setenv-build-jogl-x86_64.sh ] ; then . $SDIR/../../../gluegen/make/scripts/setenv-build-jogl-x86_64.sh fi +export SWT_CLASSPATH=`pwd`/lib/swt/gtk-linux-x86_64/swt.jar + . $SDIR/tests.sh `which java` -d64 ../build-x86_64 $* |