diff options
author | Sven Gothel <[email protected]> | 2012-04-21 21:18:55 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-04-21 21:18:55 +0200 |
commit | 77a831891ec9d2251005c1c6a71c8bacc6a5dc26 (patch) | |
tree | 50b805439989a02455e1e424d32b3d5c044e9a4c /make/scripts/tests-osx-x64.sh | |
parent | 4fe8f07c82d531fbdc88e60a7c319fc462522cd2 (diff) |
Test: Added commented-out hacks for gdb invocation, OSX NSZombieEnabled env, and custom lib path; MovieCube: '-wait' to wait for debugger.
Diffstat (limited to 'make/scripts/tests-osx-x64.sh')
-rwxr-xr-x | make/scripts/tests-osx-x64.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/make/scripts/tests-osx-x64.sh b/make/scripts/tests-osx-x64.sh index e50266828..748cf39a9 100755 --- a/make/scripts/tests-osx-x64.sh +++ b/make/scripts/tests-osx-x64.sh @@ -1,5 +1,7 @@ #! /bin/bash +export DYLD_LIBRARY_PATH=/usr/local/lib:$DYLD_LIBRARY_PATH + spath=`dirname $0` . $spath/tests.sh /usr/bin/java -d64 ../build-macosx $* |