aboutsummaryrefslogtreecommitdiffstats
path: root/make/scripts/tests-osx-x64-custom.sh
blob: 38d1c445cc797911b8e812a377bebcad9c5311cb (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`" -DummyArg ../build-macosx $*