diff options
author | Sven Gothel <[email protected]> | 2012-05-13 22:17:34 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-05-13 22:17:34 +0200 |
commit | 212cd096e2c1d92b565cf60dd4c3714f59a07d9e (patch) | |
tree | aa58b8d86d22c4b77e88c560cf0580294aa1dde0 /make | |
parent | 259135870a857bfa3743bf1aa8ae424ced46212d (diff) |
TestGLContextSurfaceLockNEWT: Add GLWindow destroy @ test end
Diffstat (limited to 'make')
-rwxr-xr-x | make/scripts/tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh index 3f178ec96..c9615dd8b 100755 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -230,7 +230,7 @@ testnoawt com.jogamp.opengl.test.junit.jogl.acore.TestGLContextSurfaceLockNEWT $ #testnoawt com.jogamp.opengl.test.junit.jogl.demos.gl2.newt.TestGearsNEWT $* #testnoawt com.jogamp.opengl.test.junit.jogl.demos.es1.newt.TestGearsES1NEWT $* #testawt com.jogamp.opengl.test.junit.jogl.demos.es2.newt.TestGearsES2NEWT $* -testnoawt com.jogamp.opengl.test.junit.jogl.demos.es2.newt.TestGearsES2NEWT $* +#testnoawt com.jogamp.opengl.test.junit.jogl.demos.es2.newt.TestGearsES2NEWT $* #testnoawt com.jogamp.opengl.test.junit.jogl.demos.es1.newt.TestRedSquareES1NEWT $* #testnoawt com.jogamp.opengl.test.junit.jogl.demos.es2.newt.TestRedSquareES2NEWT $* #testnoawt com.jogamp.opengl.test.junit.newt.TestWindows01NEWT $* |