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-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-x64.sh')
-rwxr-xr-x | make/scripts/tests-x64.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/make/scripts/tests-x64.sh b/make/scripts/tests-x64.sh index ba7048988..c3c67624c 100755 --- a/make/scripts/tests-x64.sh +++ b/make/scripts/tests-x64.sh @@ -2,6 +2,8 @@ SDIR=`dirname $0` +#export LD_LIBRARY_PATH=/home/sven/libav/lib:$LD_LIBRARY_PATH + if [ -e $SDIR/../../../gluegen/make/scripts/setenv-build-jogl-x86_64.sh ] ; then . $SDIR/../../../gluegen/make/scripts/setenv-build-jogl-x86_64.sh fi |