diff options
Diffstat (limited to 'make/scripts/tests-win.bat')
-rwxr-xr-x | make/scripts/tests-win.bat | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/make/scripts/tests-win.bat b/make/scripts/tests-win.bat new file mode 100755 index 0000000..7984f39 --- /dev/null +++ b/make/scripts/tests-win.bat @@ -0,0 +1,6 @@ +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.Sound3DTest %* +REM scripts\java-win.bat com.jogamp.openal.test.junit.ALutWAVLoaderTest %* +REM scripts\java-win.bat com.jogamp.openal.test.junit.ALExtLoopbackDeviceSOFTTest %* + |