diff options
author | Sven Gothel <[email protected]> | 2019-04-05 07:49:51 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2019-04-05 07:49:51 +0200 |
commit | b52335c4c550aa8a9fd0007563f89dd8a04dc81c (patch) | |
tree | ab03b403c21fe24a5519dc0c4d4691b2060e2c40 /make/scripts/tests-x64.sh | |
parent | 4cc7d45ad7e7e35b73afe7ddeb9dcf06893e7cb9 (diff) |
Bug 1362: build/test: Use new SWT 4.10 swt.jar (instead of swt-debug.jar)
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 $* |