diff options
author | Sven Gothel <[email protected]> | 2010-12-19 00:45:45 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-12-19 00:45:45 +0100 |
commit | 2323c30c23b6f9eb7d7ccf94e6cdcbcb3d2f34a6 (patch) | |
tree | 2bdfd7216a7244894cf641144e08b5d68ba09f88 /make/scripts/tests-x64.bat | |
parent | 5166d6a6b617ccb15c40fcb8d4eac2800527aa7b (diff) |
test scripts .. VersionApplet
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 bdce2f230..6caada0ff 100644 --- a/make/scripts/tests-x64.bat +++ b/make/scripts/tests-x64.bat @@ -1,7 +1,8 @@ +scripts\java-win64.bat com.jogamp.newt.impl.awt.opengl.VersionApplet REM scripts\java-win64-dbg.bat com.jogamp.newt.opengl.GLWindow REM scripts\java-win64-dbg.bat javax.media.opengl.awt.GLCanvas REM scripts\java-win64.bat com.jogamp.opengl.test.junit.jogl.offscreen.TestOffscreen01GLPBufferNEWT -time 5000 -scripts\java-win64.bat com.jogamp.opengl.test.junit.jogl.offscreen.TestOffscreen02BitmapNEWT -time 5000 +REM scripts\java-win64.bat com.jogamp.opengl.test.junit.jogl.offscreen.TestOffscreen02BitmapNEWT -time 5000 REM scripts\java-win64-dbg.bat com.jogamp.opengl.test.junit.jogl.awt.TestAWT01GLn REM scripts\java-win64.bat com.jogamp.opengl.test.junit.jogl.awt.TestSwingAWT01GLn REM scripts\java-win64.bat com.jogamp.opengl.test.junit.jogl.acore.TestSharedContextListAWT -time 5000 |