diff options
author | Sven Gothel <[email protected]> | 2020-01-13 14:05:11 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2020-01-13 14:05:11 +0100 |
commit | 2cdf7730b6d3e813a8693087582f3cf3ac44f015 (patch) | |
tree | 897943f55c2112ed011d680124647f66c2675716 /make/scripts | |
parent | a1d9e3d0deaa06a417efac9fcd223db35ec6d255 (diff) |
NewtCanvasSWT Tests: Add NEWTDemoListener giving weight to toolkit independent UI interaction coding
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 224992c6c..62edee2d4 100644 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -492,7 +492,7 @@ function testawtswt() { #testnoawt com.jogamp.opengl.test.junit.graph.demos.GPUUISceneNewtDemo $* #testawt com.jogamp.opengl.test.junit.graph.demos.GPUUISceneNewtCanvasAWTDemo $* #testawt com.jogamp.opengl.test.junit.jogl.awt.ManualHiDPIBufferedImage01AWT $* -#testswt com.jogamp.opengl.test.junit.jogl.demos.es2.newt.TestGearsES2NewtCanvasSWT $* +testswt com.jogamp.opengl.test.junit.jogl.demos.es2.newt.TestGearsES2NewtCanvasSWT $* #testswt com.jogamp.opengl.test.junit.jogl.demos.es2.swt.TestGearsES2SWT $* # @@ -790,7 +790,7 @@ function testawtswt() { # SWT (testswt) # #testswt com.jogamp.opengl.test.junit.jogl.swt.TestSWTAccessor01 $* -testswt com.jogamp.opengl.test.junit.jogl.swt.TestSWTAccessor02NewtGLWindow $* +#testswt com.jogamp.opengl.test.junit.jogl.swt.TestSWTAccessor02NewtGLWindow $* # testswt com.jogamp.opengl.test.junit.jogl.swt.TestNewtCanvasSWTGLn $* #testswt com.jogamp.opengl.test.junit.jogl.swt.TestSWTJOGLGLCanvas01GLn $* #testswt com.jogamp.opengl.test.junit.jogl.demos.es2.swt.TestGearsES2SWT $* |