diff options
author | Sven Gothel <[email protected]> | 2010-12-12 07:54:24 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-12-12 07:54:24 +0100 |
commit | 994d64debb649ee73ee013b1fbcda22376f4eb6c (patch) | |
tree | 8795c0dbe359cee2870b44b28ff6dbbc385c7a9d /make/scripts/tests-x32.bat | |
parent | d720b43f8c75753e5ceed94c234688266786ba08 (diff) |
script updates
Diffstat (limited to 'make/scripts/tests-x32.bat')
-rw-r--r-- | make/scripts/tests-x32.bat | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/make/scripts/tests-x32.bat b/make/scripts/tests-x32.bat index e8734a053..f1ea96484 100644 --- a/make/scripts/tests-x32.bat +++ b/make/scripts/tests-x32.bat @@ -1,9 +1,10 @@ +scripts\java-win32-dbg.bat com.jogamp.newt.opengl.GLWindow REM scripts\java-win32-dbg.bat com.jogamp.newt.opengl.GLWindow REM scripts\java-win32-dbg.bat com.jogamp.test.junit.jogl.acore.TestGLProfile01NEWT REM scripts\java-win32-dbg.bat com.jogamp.test.junit.jogl.demos.gl2.gears.newt.TestGearsNEWT -time 30000 REM scripts\java-win32-dbg.bat com.jogamp.test.junit.jogl.newt.TestSwingAWTRobotUsageBeforeJOGLInitBug411 REM scripts\java-win32-dbg.bat com.jogamp.test.junit.jogl.glsl.TestTransformFeedbackVaryingsBug407NEWT -scripts\java-win32.bat com.jogamp.test.junit.jogl.glsl.TestGLSLSimple01NEWT -time 2000 +REM scripts\java-win32.bat com.jogamp.test.junit.jogl.glsl.TestGLSLSimple01NEWT -time 2000 REM scripts\java-win32-dbg.bat com.jogamp.test.junit.newt.TestParenting01AWT REM scripts\java-win32-dbg.bat com.jogamp.test.junit.newt.parenting.TestParenting01cAWT -time 50000 |