aboutsummaryrefslogtreecommitdiffstats
path: root/make/scripts/tests-osx-x64-custom.sh
blob: 201c36f4161e57de0ffd5f79f64cc2e4b88c3f25 (plain)
1
2
3
4
5
6
7
8
9
10
11
#! /bin/bash

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 $*