diff options
author | Sven Gothel <[email protected]> | 2011-04-01 16:15:21 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-04-01 16:15:21 +0200 |
commit | 85c3bcac2ef65aa7c6a5a4990f1e2559d691a361 (patch) | |
tree | c16181d09080baf3bb9b25fb9d957a47d0db8575 /make | |
parent | be6b84a849763df8dbce8ade2caac95dc3cb7eec (diff) |
Graph Unit tests must have NEWT in the name / Also added UI locking
Diffstat (limited to 'make')
-rwxr-xr-x | make/scripts/tests.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh index f288d5602..53919ae54 100755 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -196,9 +196,9 @@ function testawtmt() { #testawt com.jogamp.opengl.test.junit.newt.TestFocus02SwingAWTRobot #testawt com.jogamp.opengl.test.junit.jogl.acore.TestSharedContextListAWT $* -#testnoawt com.jogamp.opengl.test.junit.graph.TestRegionRenderer01 $* -#testnoawt com.jogamp.opengl.test.junit.graph.TestTextRenderer01 $* -testnoawt com.jogamp.opengl.test.junit.graph.demos.GPUTextNewtDemo01 $* +#testnoawt com.jogamp.opengl.test.junit.graph.TestRegionRendererNEWT01 $* +testnoawt com.jogamp.opengl.test.junit.graph.TestTextRendererNEWT01 $* +#testnoawt com.jogamp.opengl.test.junit.graph.demos.GPUTextNewtDemo01 $* #testnoawt com.jogamp.opengl.test.junit.graph.demos.GPUTextNewtDemo02 $* #testnoawt com.jogamp.opengl.test.junit.graph.demos.GPURegionNewtDemo01 $* #testnoawt com.jogamp.opengl.test.junit.graph.demos.GPURegionNewtDemo02 $* |