diff options
author | Sven Gothel <[email protected]> | 2010-11-25 03:02:53 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-11-25 03:02:53 +0100 |
commit | a6c7a003d42a00747f42452cfde0bd8b8537be47 (patch) | |
tree | d11a56c5b068f23ff3ae2904d1ac030b52082014 /make/scripts/tests-x64.bat | |
parent | 20dd60820257af9aef8ff3eeab1c03736252e284 (diff) |
test scripts: add new AWT recreation test
Diffstat (limited to 'make/scripts/tests-x64.bat')
-rw-r--r-- | make/scripts/tests-x64.bat | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/make/scripts/tests-x64.bat b/make/scripts/tests-x64.bat index 2b8edec8d..686a5f8ae 100644 --- a/make/scripts/tests-x64.bat +++ b/make/scripts/tests-x64.bat @@ -1,7 +1,8 @@ REM scripts\java-win64-dbg.bat com.jogamp.newt.opengl.GLWindow REM scripts\java-win64-dbg.bat com.jogamp.test.junit.jogl.acore.TestGLProfile01NEWT REM scripts\java-win64-dbg.bat com.jogamp.test.junit.jogl.demos.gl2.gears.newt.TestGearsNEWT -time 30000 -scripts\java-win64-dbg.bat com.jogamp.test.junit.jogl.demos.gl2.gears.TestGearsGLJPanelAWT -time 5000 +REM scripts\java-win64-dbg.bat com.jogamp.test.junit.jogl.demos.gl2.gears.TestGearsGLJPanelAWT -time 5000 +scripts\java-win64-dbg.bat com.jogamp.test.junit.jogl.awt.TestAWT03GLCanvasRecreate01 REM scripts\java-win64-dbg.bat com.jogamp.test.junit.jogl.newt.TestSwingAWTRobotUsageBeforeJOGLInitBug411 REM scripts\java-win64-dbg.bat com.jogamp.test.junit.jogl.glsl.TestTransformFeedbackVaryingsBug407NEWT REM scripts\java-win64-dbg.bat com.jogamp.test.junit.jogl.glsl.TestGLSLSimple01NEWT -time 2000 |