aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <sgothel@jausoft.com>2023-08-13 02:48:20 +0200
committerSven Gothel <sgothel@jausoft.com>2023-08-13 02:48:20 +0200
commita3e18cefd3e90df53ff375997c8f4fdc3da19aa3 (patch)
treeff18aff010b900e8aa771b1f654beab3179a4d71
parent76698d1923ccd9c7f22fe8500c6c4531c2d0c3ae (diff)
make/scripts/tests.sh: Add Basic demos if jogl-demos.jar
-rw-r--r--make/scripts/tests.sh18
1 files changed, 16 insertions, 2 deletions
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh
index 32b8d2837..341993401 100644
--- a/make/scripts/tests.sh
+++ b/make/scripts/tests.sh
@@ -972,7 +972,7 @@ function testawtswt() {
#testnoawt com.jogamp.opengl.test.junit.jogl.glsl.TestRulerNEWT01 $*
#
-# Graph
+# Graph (junit)
#
#testnoawt com.jogamp.opengl.test.junit.graph.TestFontScale01NOUI $*
#testnoawt com.jogamp.opengl.test.junit.graph.TestRegionRendererNEWT01 $*
@@ -985,6 +985,9 @@ function testawtswt() {
#testnoawt com.jogamp.opengl.test.junit.graph.TestTextRendererNEWT20 $*
#testnoawt com.jogamp.opengl.test.junit.graph.TestTextRendererNEWT21 $*
+#
+# Graph (Demos)
+#
#testnoawt com.jogamp.opengl.demos.graph.GPUTextNewtDemo $*
#testnoawt com.jogamp.opengl.demos.graph.GPURegionNewtDemo $*
#testnoawt com.jogamp.opengl.demos.graph.ui.UIShapeDemo01 $*
@@ -998,7 +1001,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 $*
+testawt com.jogamp.opengl.demos.graph.ui.UISceneDemo20 $*
#testnoawt com.jogamp.opengl.demos.graph.ui.UISceneDemoU01a $*
#testnoawt com.jogamp.opengl.demos.graph.ui.UILayoutGrid01 $*
#testnoawt com.jogamp.opengl.demos.graph.ui.UILayoutBox01 $*
@@ -1008,6 +1012,16 @@ testnoawt com.jogamp.opengl.demos.graph.ui.UISceneDemo20 $*
#testnoawt com.jogamp.opengl.demos.av.MovieCube $*
#testnoawt com.jogamp.opengl.demos.av.MovieSimple $*
+#
+# Basic (Demos)
+#
+#testnoawt com.jogamp.opengl.demos.es2.GearsES2 $*
+#testnoawt com.jogamp.opengl.demos.es2.LandscapeES2 $*
+#testnoawt com.jogamp.opengl.demos.es2.PointsDemoES2 $*
+
+#
+# Misc (junit)
+#
#testnoawt com.jogamp.opengl.test.junit.jogl.acore.TestGLReadBuffer01GLWindowNEWT $*
#testnoawt com.jogamp.opengl.test.junit.jogl.acore.TestSharedContextVBOES2NEWT1 $*