diff options
author | Sven Gothel <[email protected]> | 2023-05-04 03:27:29 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-05-04 03:27:29 +0200 |
commit | 7011ad1131f6d412f6947cfcf9bcad042d4badb4 (patch) | |
tree | 0af1460effb395029f6feb37a63ff4d6a6739c2e /make/scripts/tests.sh | |
parent | 1e9adf43f23b6780a6885dfe6bf3d06e1147f0c3 (diff) |
Windows tests scripts: Update Graph* and *Movie* demos cmdline launches
Diffstat (limited to 'make/scripts/tests.sh')
-rw-r--r-- | make/scripts/tests.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh index 847704e46..c2b9fea19 100644 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -1033,12 +1033,12 @@ function testawtswt() { #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.UILayoutGrid01 $* +#testnoawt com.jogamp.opengl.demos.graph.ui.UILayoutGrid01 $* #testnoawt com.jogamp.opengl.demos.graph.ui.UILayoutBox01 $* #testnoawt com.jogamp.opengl.demos.graph.ui.FontView01 $* #testnoawt com.jogamp.opengl.test.junit.graph.TestTextRendererNEWT21 $* -#testnoawt com.jogamp.opengl.demos.av.MovieCube $* +testnoawt com.jogamp.opengl.demos.av.MovieCube $* #testnoawt com.jogamp.opengl.demos.av.MovieSimple $* #testmobile com.jogamp.opengl.test.junit.jogl.demos.es2.newt.TestGearsES2NEWT $* |