diff options
author | Sven Gothel <[email protected]> | 2019-04-05 08:54:13 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2019-04-05 08:54:13 +0200 |
commit | 2280e821ea5f8e02fb99cf3f12e10115d6d4f13a (patch) | |
tree | 75afc48854e4802be9aa515d4953f0315249f1a5 /make/scripts/tests-x64.sh | |
parent | 56a3ea2077483925cb7da7729fe3afa4da498929 (diff) |
Bug 1362: Test against SWT 4.3 and 4.11
4.3 is still working w/ GTK2
4.11 is not working as described by Wade
Diffstat (limited to 'make/scripts/tests-x64.sh')
-rwxr-xr-x | make/scripts/tests-x64.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/make/scripts/tests-x64.sh b/make/scripts/tests-x64.sh index c12be29df..223c08f5c 100755 --- a/make/scripts/tests-x64.sh +++ b/make/scripts/tests-x64.sh @@ -27,7 +27,8 @@ 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 +#export SWT_CLASSPATH=`pwd`/lib/swt/gtk-linux-x86_64/swt.jar +export SWT_CLASSPATH=/usr/local/projects/JOGL/SWT/swt-4.3.0/gtk-linux-x86_64/swt-debug.jar . $SDIR/tests.sh `which java` -d64 ../build-x86_64 $* |