diff options
author | Sven Gothel <[email protected]> | 2023-05-04 17:25:25 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-05-04 17:25:25 +0200 |
commit | b83ed843310f74655493ceefb2ee0e5420d1fe28 (patch) | |
tree | f1479ff6e5c5105e23a263d6ce615bb47ed25e50 /make/scripts/tests-win.bat | |
parent | e481757000902582e80353f9b76f77793950d47a (diff) |
Add ALVersion, i.e. retrieve vendor, renderer, version and vendor-version. Test against OpenAL-Soft data >= 1.23.0
Diffstat (limited to 'make/scripts/tests-win.bat')
-rwxr-xr-x | make/scripts/tests-win.bat | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/make/scripts/tests-win.bat b/make/scripts/tests-win.bat index 7984f39..7e702f1 100755 --- a/make/scripts/tests-win.bat +++ b/make/scripts/tests-win.bat @@ -1,6 +1,7 @@ REM scripts\java-win.bat com.jogamp.openal.JoalVersion %* -scripts\java-win.bat com.jogamp.openal.test.manual.OpenALTest %* +REM scripts\java-win.bat com.jogamp.openal.test.manual.OpenALTest %* REM scripts\java-win.bat com.jogamp.openal.test.manual.Sound3DTest %* +scripts\java-win.bat com.jogamp.openal.test.junit.ALVersionTest %* REM scripts\java-win.bat com.jogamp.openal.test.junit.ALutWAVLoaderTest %* REM scripts\java-win.bat com.jogamp.openal.test.junit.ALExtLoopbackDeviceSOFTTest %* |