diff options
author | Sven Gothel <[email protected]> | 2013-09-10 23:37:14 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-09-10 23:37:14 +0200 |
commit | 569c538b439275222ed40c249f4ecd7516c2945b (patch) | |
tree | add0c3b7afafd20c320cf28cc8f09ee4706ddc29 /make | |
parent | d2be196ba129ff5b690189a95ba21137523c3352 (diff) |
TestTiledPrintingGearsSwingAWT: Add a second demo GLEventListener showing it's working/scaling well; Adding TileRendererBase.TileRendererNotify to RedAquareES2 having a 3rd demo case.
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 a23ea46d6..db267816e 100644 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -330,8 +330,8 @@ function testawtswt() { #testnoawt com.jogamp.opengl.test.junit.jogl.tile.TestRandomTiledRendering2GL2NEWT $* #testawt com.jogamp.opengl.test.junit.jogl.tile.TestRandomTiledRendering3GL2AWT $* #testawt com.jogamp.opengl.test.junit.jogl.tile.TestTiledPrintingGearsAWT $* -#testawt com.jogamp.opengl.test.junit.jogl.tile.TestTiledPrintingGearsSwingAWT $* -testawt com.jogamp.opengl.test.junit.jogl.tile.TestTiledPrintingGearsNewtAWT $* +testawt com.jogamp.opengl.test.junit.jogl.tile.TestTiledPrintingGearsSwingAWT $* +#testawt com.jogamp.opengl.test.junit.jogl.tile.TestTiledPrintingGearsNewtAWT $* # # core/newt (testnoawt and testawt) |