diff options
author | Sven Gothel <[email protected]> | 2023-03-22 17:03:53 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-03-22 17:03:53 +0100 |
commit | ab95624f85cf2ee5fa8d2753ed68597b221fc9c9 (patch) | |
tree | 12d138520cbe02793ab09ddfcfe85ef8f0bea5bd /make/scripts/tests.sh | |
parent | 95ea4470e7a9dd79dd502db800333e350f311d3d (diff) |
GraphUI Demos: (Text) Type Animation ...
Diffstat (limited to 'make/scripts/tests.sh')
-rw-r--r-- | make/scripts/tests.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh index cc29f36f4..66a960869 100644 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -1012,8 +1012,9 @@ function testawtswt() { #testnoawt com.jogamp.opengl.demos.graph.ui.UISceneDemo00 $* #testnoawt com.jogamp.opengl.demos.graph.ui.UISceneDemo01 $* #testnoawt com.jogamp.opengl.demos.graph.ui.UISceneDemo02 $* +testnoawt com.jogamp.opengl.demos.graph.ui.UISceneDemo03 $* #testnoawt com.jogamp.opengl.demos.graph.ui.UISceneDemo10 $* -testnoawt com.jogamp.opengl.demos.graph.ui.UISceneDemo20 $* +#testnoawt com.jogamp.opengl.demos.graph.ui.UISceneDemo20 $* #testnoawt com.jogamp.opengl.demos.av.MovieCube $* #testnoawt com.jogamp.opengl.demos.av.MovieSimple $* |