aboutsummaryrefslogtreecommitdiffstats
path: root/make/scripts/tests.sh
diff options
context:
space:
mode:
authorMathieu Féry <[email protected]>2023-12-06 15:34:31 +0100
committerMathieu Féry <[email protected]>2023-12-06 15:36:32 +0100
commit92ddcc2426101f0f3e549d3a8a13e4b785996107 (patch)
tree795c061a74e578416d1828df4e26f575e32c8557 /make/scripts/tests.sh
parentb2ed5ecd2a675f132daea1594ac0b93fa9a09955 (diff)
feat(alext): Add tests related to ALC_SOFT_system_events.
Change java callback configuration of ALC_SOFT_system_events : Because events aren't related on context but on device and context are device specific, ALC_SOFT_system_event use default Callback-KeyClass with a plain java object
Diffstat (limited to 'make/scripts/tests.sh')
-rwxr-xr-xmake/scripts/tests.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh
index 372c9be..64cdaf2 100755
--- a/make/scripts/tests.sh
+++ b/make/scripts/tests.sh
@@ -109,7 +109,8 @@ function testnormal() {
#testnormal com.jogamp.openal.test.manual.Synth01AL $*
#testnormal com.jogamp.openal.test.manual.Synth02AL $*
#testnormal com.jogamp.openal.test.manual.Synth02bAL $*
-testnormal com.jogamp.openal.test.junit.ALDebugExtTest $*
+testnormal com.jogamp.openal.test.manual.ALCSystemEventTest $*
+#testnormal com.jogamp.openal.test.junit.ALDebugExtTest $*
#testnormal com.jogamp.openal.test.junit.ALVersionTest $*
#testnormal com.jogamp.openal.test.junit.ALutWAVLoaderTest $*
#testnormal com.jogamp.openal.test.junit.ALExtLoopbackDeviceSOFTTest $*