diff options
author | Sven Gothel <[email protected]> | 2011-09-01 16:16:54 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-09-01 16:16:54 +0200 |
commit | f17f55189a3877928c881c7f12274e413960f600 (patch) | |
tree | 43b1e5b2f975a1ed5bd60bbe9ee9ace1e9347ae6 /make/scripts/tests-x64.bat | |
parent | c6e740bf86fbedb247ebfec5442111ad87ac4423 (diff) |
test scripts ..
Diffstat (limited to 'make/scripts/tests-x64.bat')
-rwxr-xr-x | make/scripts/tests-x64.bat | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/make/scripts/tests-x64.bat b/make/scripts/tests-x64.bat index 046d2c68d..4ea678536 100755 --- a/make/scripts/tests-x64.bat +++ b/make/scripts/tests-x64.bat @@ -35,7 +35,7 @@ REM scripts\java-win64.bat com.jogamp.opengl.test.junit.newt.TestFocus02SwingAWT REM scripts\java-win64-dbg.bat com.jogamp.opengl.test.junit.newt.TestScreenMode00NEWT REM scripts\java-win64-dbg.bat com.jogamp.opengl.test.junit.newt.TestScreenMode01NEWT REM scripts\java-win64-dbg.bat com.jogamp.opengl.test.junit.newt.TestScreenMode02NEWT -scripts\java-win64.bat com.jogamp.opengl.test.junit.newt.ManualScreenMode03NEWT +REM scripts\java-win64.bat com.jogamp.opengl.test.junit.newt.ManualScreenMode03NEWT REM scripts\java-win64-dbg.bat com.jogamp.opengl.test.junit.newt.TestDisplayLifecycle01NEWT REM scripts\java-win64-dbg.bat com.jogamp.opengl.test.junit.newt.parenting.TestParenting01NEWT @@ -77,3 +77,6 @@ REM scripts\java-win64-dbg.bat com.jogamp.opengl.test.junit.jogl.acore.TestGPUMe REM scripts\java-win64.bat com.jogamp.opengl.test.junit.jogl.glsl.TestRulerNEWT01 REM scripts\java-win64.bat com.jogamp.opengl.test.junit.jogl.glsl.TestFBOMRTNEWT01 + +scripts\java-win64-dbg.bat com.jogamp.opengl.test.junit.jogl.demos.es2.newt.TestElektronenMultipliziererNEWT %1 %2 %3 %4 + |