diff options
Diffstat (limited to 'make/scripts/tests-osx-x64-custom.sh')
-rwxr-xr-x | make/scripts/tests-osx-x64-custom.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/make/scripts/tests-osx-x64-custom.sh b/make/scripts/tests-osx-x64-custom.sh index 16a56285b..201c36f41 100755 --- a/make/scripts/tests-osx-x64-custom.sh +++ b/make/scripts/tests-osx-x64-custom.sh @@ -2,6 +2,8 @@ export DYLD_LIBRARY_PATH=/usr/local/libav:$DYLD_LIBRARY_PATH +export SWT_CLASSPATH=`pwd`/lib/swt/cocoa-macosx-x86_64/swt.jar + spath=`dirname $0` . $spath/tests.sh "`which java`" -d64 ../build-macosx $* |