diff options
author | Sven Gothel <[email protected]> | 2015-08-11 05:36:40 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2015-08-11 05:36:40 +0200 |
commit | 3ac9eca843d119902a65fdeee5456d204fbabfa4 (patch) | |
tree | 5fa3cee06598708aec71207555170973b8c8a99b /make/scripts | |
parent | 49952af9b680402648c21ab3291bd9444629dd09 (diff) |
Bug 1188: OSX: Add maximize horz/vert, implemented manually
Diffstat (limited to 'make/scripts')
-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 bfa518dc2..d19631f02 100644 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -420,11 +420,11 @@ function testawtswt() { # # HiDPI # -#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.es2.newt.TestGearsES2SimpleNEWT $* #testawt com.jogamp.opengl.test.junit.jogl.demos.es2.awt.TestGearsES2GLJPanelAWT $* #testawt com.jogamp.opengl.test.junit.jogl.demos.es2.awt.TestGearsES2AWT $* -testawt com.jogamp.opengl.test.junit.jogl.demos.es2.newt.TestGearsES2NewtCanvasAWT $* +#testawt com.jogamp.opengl.test.junit.jogl.demos.es2.newt.TestGearsES2NewtCanvasAWT $* #testawt com.jogamp.opengl.test.junit.jogl.demos.gl2.awt.TestGearsAWT $* #testnoawt com.jogamp.opengl.test.junit.jogl.glsl.TestRulerNEWT01 $* #testnoawt com.jogamp.opengl.test.junit.graph.demos.GPUUISceneNewtDemo $* |