diff options
author | Sven Gothel <[email protected]> | 2023-04-13 06:00:54 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-04-13 06:00:54 +0200 |
commit | 823fe11a49ac2160da86cdf894c84efa9fb1ae2c (patch) | |
tree | e97a96a9f2608fdcd9c58ea6627f7f1ae9365487 /make/scripts/tests.sh | |
parent | aca5b9b176f3c3393d8c7666a252488d44b18f2e (diff) |
GraphUI Demos: Adding prelim FontView01, which may become a 'little FontForge' ;-)
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 5e8bfa1d1..8dd5fd549 100644 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -1031,7 +1031,8 @@ function testawtswt() { #testnoawt com.jogamp.opengl.demos.graph.ui.UISceneDemo03b $* #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.FontView01 $* #testnoawt com.jogamp.opengl.demos.av.MovieCube $* #testnoawt com.jogamp.opengl.demos.av.MovieSimple $* |