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.sh | |
parent | 5166d6a6b617ccb15c40fcb8d4eac2800527aa7b (diff) |
test scripts .. VersionApplet
Diffstat (limited to 'make/scripts/tests.sh')
-rw-r--r-- | make/scripts/tests.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh index 43508302f..f8fd30f80 100644 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -67,8 +67,8 @@ function testawt() { #testnoawt com.jogamp.opengl.JoglVersion $* #testnoawt com.jogamp.newt.NewtVersion $* #testnoawt com.jogamp.newt.opengl.GLWindow $* -testnoawt com.jogamp.opengl.test.junit.jogl.offscreen.TestOffscreen01GLPBufferNEWT $* -testnoawt com.jogamp.opengl.test.junit.jogl.offscreen.TestOffscreen02BitmapNEWT $* +#testnoawt com.jogamp.opengl.test.junit.jogl.offscreen.TestOffscreen01GLPBufferNEWT $* +#testnoawt com.jogamp.opengl.test.junit.jogl.offscreen.TestOffscreen02BitmapNEWT $* #testnoawt com.jogamp.opengl.test.junit.jogl.acore.TestGLProfile01NEWT $* #testawt com.jogamp.opengl.test.junit.jogl.acore.TestGLProfile01NEWT $* #testawt com.jogamp.opengl.test.junit.jogl.acore.TestSharedContextListNEWT $* @@ -92,6 +92,7 @@ testnoawt com.jogamp.opengl.test.junit.jogl.offscreen.TestOffscreen02BitmapNEWT # # awt (testawt) # +testawt com.jogamp.newt.impl.awt.opengl.VersionApplet $* #testawt javax.media.opengl.awt.GLCanvas $* #testawt com.jogamp.opengl.test.junit.jogl.awt.TestAWT01GLn $* #testawt com.jogamp.opengl.test.junit.jogl.acore.TestSharedContextListAWT $* |