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

export DYLD_LIBRARY_PATH=/usr/local/lib:$DYLD_LIBRARY_PATH

spath=`dirname $0`

. $spath/tests.sh  "`which java`" -d64 ../build-macosx $*