aboutsummaryrefslogtreecommitdiffstats
path: root/make/scripts
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2014-02-21 14:47:36 +0100
committerSven Gothel <[email protected]>2014-02-21 14:47:36 +0100
commitd199e6cdbf1fe1283bad79f68d05a9037a91863b (patch)
treec9b5f489f44e75adb6beeea23f71fc97f98f0f79 /make/scripts
parentb49859e5ea464a978812036bef05718e6ea00909 (diff)
WAVLoader: Use Bitstream and support big-endian RIFX; Fix ALutWAVLoaderTest
Diffstat (limited to 'make/scripts')
-rw-r--r--make/scripts/tests.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh
index 657609f..c53f487 100644
--- a/make/scripts/tests.sh
+++ b/make/scripts/tests.sh
@@ -61,12 +61,13 @@ ANT_JARS=$ANT_PATH/lib/ant.jar:$ANT_PATH/lib/ant-junit.jar
function jrun() {
#D_ARGS="-Djogamp.debug=all"
+ #D_ARGS="-Djogamp.debug.Bitstream"
#D_ARGS="-Djogamp.debug.NativeLibrary=true -Djoal.debug=true"
#D_ARGS="-Djoal.debug=all"
#X_ARGS="-verbose:jni"
#X_ARGS="-Xrs"
- export CLASSPATH=$GLUEGEN_BDIR/gluegen-rt.jar:$bdir/joal.jar:$bdir/joal-test.jar:$JUNIT_JAR:$ANT_JARS
+ export CLASSPATH=$GLUEGEN_BDIR/gluegen-rt.jar:$bdir/jar/joal.jar:$bdir/jar/joal-test.jar:$JUNIT_JAR:$ANT_JARS
echo CLASSPATH $CLASSPATH
echo
@@ -85,6 +86,7 @@ function testnormal() {
}
-testnormal com.jogamp.openal.test.manual.OpenALTest $*
+#testnormal com.jogamp.openal.test.manual.OpenALTest $*
#testnormal com.jogamp.openal.test.manual.Sound3DTest $*
+testnormal com.jogamp.openal.test.junit.ALutWAVLoaderTest $*
#testnormal com.jogamp.openal.test.junit.ALExtLoopbackDeviceSOFTTest $*