diff options
Diffstat (limited to 'make')
-rw-r--r-- | make/config/joal-alext.cfg | 2 | ||||
-rwxr-xr-x | make/scripts/tests.sh | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/make/config/joal-alext.cfg b/make/config/joal-alext.cfg index bfc878a..851d9b8 100644 --- a/make/config/joal-alext.cfg +++ b/make/config/joal-alext.cfg @@ -43,7 +43,7 @@ JavaCallbackKey alBufferCallbackSOFT 4 ALBUFFERCALLBACKTYPESOFT 0 # ALCdevice *device, ALCsizei length, const ALCchar *message, void *userParam); # void ALC_APIENTRY alcEventCallbackSOFT(ALCEVENTPROCTYPESOFT callback, void *userParam); ArgumentIsPascalString ALCEVENTPROCTYPESOFT 3 4 -JavaCallbackDef alcEventCallbackSOFT 1 ALCEVENTPROCTYPESOFT 5 ALCcontext ALContextKey +JavaCallbackDef alcEventCallbackSOFT 1 ALCEVENTPROCTYPESOFT 5 JavaCallbackKey alcEventCallbackSOFT 1 ALCEVENTPROCTYPESOFT 5 # typedef void (AL_APIENTRY*ALDEBUGPROCEXT)(ALenum source, ALenum type, ALuint id, ALenum severity, ALsizei length, const ALchar *message, void *userParam); 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 $* |