diff options
author | Sven Gothel <[email protected]> | 2013-11-13 16:43:39 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-11-13 16:43:39 +0100 |
commit | b497b2cf2c6003186fc32b8c14bdcb07cc305787 (patch) | |
tree | 8c3f318cbb413f9057b9312f7dbf9cf068625f8a /make/scripts/tests-b202_gl44-x64.sh | |
parent | 71f256693ddb6c383f382e99149f752c84d17075 (diff) |
Resolve compilation issues of commit 71f256693ddb6c383f382e99149f752c84d17075 (Backport of 34b35c5a0a379a6b4c0b23b9d347a0b1338f0239)b202_gl44
Diffstat (limited to 'make/scripts/tests-b202_gl44-x64.sh')
-rwxr-xr-x | make/scripts/tests-b202_gl44-x64.sh | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/make/scripts/tests-b202_gl44-x64.sh b/make/scripts/tests-b202_gl44-x64.sh new file mode 100755 index 000000000..cbfd3b1f7 --- /dev/null +++ b/make/scripts/tests-b202_gl44-x64.sh @@ -0,0 +1,12 @@ +#! /bin/bash + +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 + +. $SDIR/tests.sh `which java` -d64 ../build-b202_gl44-x86_64 $* + |