diff options
author | Sven Gothel <[email protected]> | 2011-12-18 18:00:53 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-12-18 18:00:53 +0100 |
commit | 57140d444b3b783bfd5e400674eb46ab780a483e (patch) | |
tree | bd92015805839375baa16ef3ea9a3f79454421e8 /make/scripts | |
parent | 927521af10162f2bf8c02b12cce75bd7de71dafe (diff) |
TestInitConcurrentNEWT: Nice window layout - don't wait/sync for start thread, only for shutdown.
Diffstat (limited to 'make/scripts')
-rwxr-xr-x | 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 091bd350c..f8205b637 100755 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -173,7 +173,7 @@ function testswt() { #testnoawt com.jogamp.opengl.test.junit.jogl.acore.TestMainVersionGLWindowNEWT $* #testnoawt com.jogamp.opengl.test.junit.jogl.acore.TestShutdownCompleteNEWT $* #testnoawt com.jogamp.opengl.test.junit.jogl.acore.TestShutdownSharedNEWT $* -#testnoawt com.jogamp.opengl.test.junit.jogl.acore.TestInitConcurrentNEWT $* +testnoawt com.jogamp.opengl.test.junit.jogl.acore.TestInitConcurrentNEWT $* #testnoawt com.jogamp.opengl.test.junit.jogl.acore.TestGLProfile01NEWT $* #testnoawt com.jogamp.opengl.test.junit.jogl.acore.TestGLDebug00NEWT $* #testnoawt com.jogamp.opengl.test.junit.jogl.acore.TestGLDebug01NEWT $* @@ -288,7 +288,7 @@ function testswt() { #testnoawt com.jogamp.opengl.test.junit.graph.demos.GPUUISceneNewtDemo02 $* #testnoawt com.jogamp.opengl.test.junit.jogl.acore.TestGPUMemSec01NEWT $* -testnoawt com.jogamp.opengl.test.junit.jogl.acore.TestMapBuffer01NEWT $* +#testnoawt com.jogamp.opengl.test.junit.jogl.acore.TestMapBuffer01NEWT $* #testnoawt com.jogamp.opengl.test.junit.jogl.demos.es2.newt.TestElektronenMultipliziererNEWT $* # |