aboutsummaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2023-08-01 14:08:31 +0200
committerSven Gothel <[email protected]>2023-08-01 14:08:31 +0200
commitda3943d26342b8d71aa3fdf0d7f46f96e5b098dd (patch)
treeb618df5a2e5163adbf4f6d656448943a42ce6038 /make
parent76078006e7befe830a235fbceda0d46e7db0c149 (diff)
Add Graph/GraphUI UISceneDemoU01a, showcase integration and multiple projection settings
Diffstat (limited to 'make')
-rw-r--r--make/scripts/tests.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh
index 6b96625f5..a23554565 100644
--- a/make/scripts/tests.sh
+++ b/make/scripts/tests.sh
@@ -994,7 +994,8 @@ function testawtswt() {
#testnoawt com.jogamp.opengl.demos.graph.ui.UISceneDemo03 $*
#testnoawt com.jogamp.opengl.demos.graph.ui.UISceneDemo10 $*
#testnoawt com.jogamp.opengl.demos.graph.ui.UISceneDemo11 $*
-testnoawt com.jogamp.opengl.demos.graph.ui.UISceneDemo20 $*
+#testnoawt com.jogamp.opengl.demos.graph.ui.UISceneDemo20 $*
+testnoawt com.jogamp.opengl.demos.graph.ui.UISceneDemoU01a $*
#testnoawt com.jogamp.opengl.demos.av.MovieCube $*
#testnoawt com.jogamp.opengl.demos.av.MovieSimple $*