diff options
Diffstat (limited to 'make')
-rw-r--r-- | make/scripts/tests.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh index c53f487..b4f03c9 100644 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -88,5 +88,5 @@ function testnormal() { #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 $* +#testnormal com.jogamp.openal.test.junit.ALutWAVLoaderTest $* +testnormal com.jogamp.openal.test.junit.ALExtLoopbackDeviceSOFTTest $* |