diff options
author | Sven Gothel <[email protected]> | 2014-02-21 14:47:36 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-02-21 14:47:36 +0100 |
commit | d199e6cdbf1fe1283bad79f68d05a9037a91863b (patch) | |
tree | c9b5f489f44e75adb6beeea23f71fc97f98f0f79 /make/scripts | |
parent | b49859e5ea464a978812036bef05718e6ea00909 (diff) |
WAVLoader: Use Bitstream and support big-endian RIFX; Fix ALutWAVLoaderTest
Diffstat (limited to 'make/scripts')
-rw-r--r-- | make/scripts/tests.sh | 6 |
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 $* |