diff options
Diffstat (limited to 'make')
-rw-r--r-- | make/scripts/tests.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh index 9fa455663..e6b787b40 100644 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -57,8 +57,8 @@ function testawt() { #testawt com.jogamp.newt.opengl.GLWindow $* #testnoawt com.jogamp.test.junit.jogl.acore.TestGLProfile01NEWT $* #testawt com.jogamp.test.junit.jogl.acore.TestGLProfile01NEWT $* -#testnoawt com.jogamp.test.junit.jogl.glsl.TestTransformFeedbackVaryingsBug407NEWT $* -testnoawt com.jogamp.test.junit.jogl.glsl.TestGLSLSimple01NEWT $* +testnoawt com.jogamp.test.junit.jogl.glsl.TestTransformFeedbackVaryingsBug407NEWT $* +#testnoawt com.jogamp.test.junit.jogl.glsl.TestGLSLSimple01NEWT $* #testnoawt com.jogamp.test.junit.newt.TestRemoteWindow01NEWT -time 1000000 #testnoawt com.jogamp.test.junit.newt.TestRemoteGLWindows01NEWT -time 1000000 #testawt com.jogamp.test.junit.jogl.demos.gl2.gears.newt.TestGearsNEWT |