aboutsummaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-04-01 16:15:21 +0200
committerSven Gothel <[email protected]>2011-04-01 16:15:21 +0200
commit85c3bcac2ef65aa7c6a5a4990f1e2559d691a361 (patch)
treec16181d09080baf3bb9b25fb9d957a47d0db8575 /make
parentbe6b84a849763df8dbce8ade2caac95dc3cb7eec (diff)
Graph Unit tests must have NEWT in the name / Also added UI locking
Diffstat (limited to 'make')
-rwxr-xr-xmake/scripts/tests.sh6
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 $*