summaryrefslogtreecommitdiffstats
path: root/make/scripts
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2014-07-11 03:07:02 +0200
committerSven Gothel <[email protected]>2014-07-11 03:07:02 +0200
commit3c2409e9cc23b0f22c813b6903277997b46db826 (patch)
treeb512d7cbbedfb29f1a42d1ff46efb8adb5119d55 /make/scripts
parent8b2d4a72ec9f026f23e8c2320d298b47ac48aba7 (diff)
Bug 1024: Add fallback for native-jar-file location via classpathv2.2.0
Adapt to GlueGen commit f5c48efcf546ba4e08e197ccced6df83b57e1755
Diffstat (limited to 'make/scripts')
-rw-r--r--make/scripts/tests.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh
index b4f03c9..5d491ef 100644
--- a/make/scripts/tests.sh
+++ b/make/scripts/tests.sh
@@ -64,10 +64,12 @@ function jrun() {
#D_ARGS="-Djogamp.debug.Bitstream"
#D_ARGS="-Djogamp.debug.NativeLibrary=true -Djoal.debug=true"
#D_ARGS="-Djoal.debug=all"
+ #D_ARGS="-Djogamp.debug.JNILibLoader"
#X_ARGS="-verbose:jni"
#X_ARGS="-Xrs"
export CLASSPATH=$GLUEGEN_BDIR/gluegen-rt.jar:$bdir/jar/joal.jar:$bdir/jar/joal-test.jar:$JUNIT_JAR:$ANT_JARS
+ #export CLASSPATH=$GLUEGEN_BDIR/gluegen-rt.jar:$bdir/jar/joal.jar:$bdir/jar/joal-natives.jar:$bdir/jar/joal-test.jar:$JUNIT_JAR:$ANT_JARS
echo CLASSPATH $CLASSPATH
echo