summaryrefslogtreecommitdiffstats
path: root/make/scripts/tests-osx-x64.sh
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2019-04-05 07:49:51 +0200
committerSven Gothel <[email protected]>2019-04-05 07:49:51 +0200
commitb52335c4c550aa8a9fd0007563f89dd8a04dc81c (patch)
treeab03b403c21fe24a5519dc0c4d4691b2060e2c40 /make/scripts/tests-osx-x64.sh
parent4cc7d45ad7e7e35b73afe7ddeb9dcf06893e7cb9 (diff)
Bug 1362: build/test: Use new SWT 4.10 swt.jar (instead of swt-debug.jar)
Diffstat (limited to 'make/scripts/tests-osx-x64.sh')
-rwxr-xr-xmake/scripts/tests-osx-x64.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/make/scripts/tests-osx-x64.sh b/make/scripts/tests-osx-x64.sh
index 020ea34d1..f0d8ffacf 100755
--- a/make/scripts/tests-osx-x64.sh
+++ b/make/scripts/tests-osx-x64.sh
@@ -12,6 +12,8 @@ JAVA_HOME=`/usr/libexec/java_home`
PATH=$JAVA_HOME/bin:$PATH
export JAVA_HOME PATH
+export SWT_CLASSPATH=`pwd`/lib/swt/cocoa-macosx-x86_64/swt.jar
+
spath=`dirname $0`
. $spath/tests.sh $JAVA_HOME/bin/java -d64 ../build-macosx $*