summaryrefslogtreecommitdiffstats
path: root/make/scripts/tests.sh
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2023-03-19 08:14:25 +0100
committerSven Gothel <[email protected]>2023-03-19 08:14:25 +0100
commitd8339b73322e31f9f6624137da30d53a626001c3 (patch)
treef47953e7c6c0e172d6c1cb893359da1ecad34617 /make/scripts/tests.sh
parent37224b6c84a66788813856f806a727d73991f546 (diff)
Graph UI: Apply API changes to demos *WIP* (not all working yet, but compile clean)
Diffstat (limited to 'make/scripts/tests.sh')
-rw-r--r--make/scripts/tests.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh
index 2242d70a9..ca9302849 100644
--- a/make/scripts/tests.sh
+++ b/make/scripts/tests.sh
@@ -1006,8 +1006,10 @@ function testawtswt() {
#testnoawt com.jogamp.opengl.demos.graph.GPURegionNewtDemo $*
#testnoawt com.jogamp.opengl.demos.graph.ui.UIShapeDemo01 $*
#testnoawt com.jogamp.opengl.demos.graph.ui.UITypeDemo01 $*
-#testnoawt com.jogamp.opengl.demos.graph.ui.UISceneDemo01 $*
-testnoawt com.jogamp.opengl.demos.graph.ui.GPUUISceneNewtDemo $*
+
+testnoawt com.jogamp.opengl.demos.graph.ui.UISceneDemo01 $*
+
+#testnoawt com.jogamp.opengl.demos.graph.ui.GPUUISceneNewtDemo $*
#testnoawt com.jogamp.opengl.demos.av.MovieCube $*
#testnoawt com.jogamp.opengl.demos.av.MovieSimple $*