diff options
author | Sven Göthel <[email protected]> | 2024-02-14 20:23:56 +0100 |
---|---|---|
committer | Sven Göthel <[email protected]> | 2024-02-14 20:23:56 +0100 |
commit | c8a55eda5fac532c0a650a0c2c639a517794d7f2 (patch) | |
tree | 1d7346c4e01e04998f53b1c102c618bb7f1544e0 | |
parent | e4b49663f6c6f138a8718847b68d1d78fba8fe73 (diff) |
Bump tests.sh
-rw-r--r-- | make/scripts/tests.sh | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh index 87ab490b2..abb0b912c 100644 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -342,8 +342,8 @@ function jrun() { #D_ARGS="-Djogl.debug.DebugGL" #D_ARGS="-Djogl.debug.graph.curve -Djogl.debug.graph.curve.Instance -Djogl.debug.GLSLCode" #D_ARGS="-Djogl.debug.GLSLCode -Djogl.debug.graph.curve.triangulation.LINE_AA -Djogl.debug.graph.curve.Triangulation -Djogl.debug.graph.font.Renderer" - #D_ARGS="-Djogl.debug.graph.curve.triangulation.force.non-convex" - #D_ARGS="-Djogl.debug.graph.curve.triangulation.force.convex" + #D_ARGS="-Djogl.debug.graph.curve.triangulation.force.complexshape" + #D_ARGS="-Djogl.debug.graph.curve.triangulation.force.simpleshape" #D_ARGS="-Djogl.debug.graph.font.Font" #D_ARGS="-Djogl.debug.graph.font.Font -Djogl.debug.graph.font.Renderer -Djogl.debug.graph.font.Renderer.Code" #D_ARGS="-Djogl.debug.GLSLCode -Djogl.debug.graph.curve.vbaa.resizeLowerBoundary=100" @@ -1011,13 +1011,14 @@ function testawtswt() { #testnoawt com.jogamp.opengl.demos.graph.GPURegionNewtDemo $* #testnoawt com.jogamp.opengl.demos.graph.ui.UIShapeClippingDemo00 $* ##testnoawt com.jogamp.opengl.demos.graph.ui.UIShapeClippingDemo01 $* -#testnoawt com.jogamp.opengl.demos.graph.ui.FontView01 $* -testnoawt com.jogamp.opengl.demos.graph.ui.UIMediaGrid01 $* +testnoawt com.jogamp.opengl.demos.graph.ui.FontView01 $* +#testnoawt com.jogamp.opengl.demos.graph.ui.UIMediaGrid01 $* #testnoawt com.jogamp.opengl.demos.graph.ui.UISceneDemo03 $* #testnoawt com.jogamp.opengl.demos.graph.ui.UISceneDemo20 $* #testnoawt com.jogamp.opengl.demos.graph.ui.UIShapeDemo00 $* #testnoawt com.jogamp.opengl.demos.graph.ui.UIShapeDemo01 $* #testnoawt com.jogamp.opengl.demos.graph.ui.UIShapeDemo02a $* +#testnoawt com.jogamp.opengl.test.junit.graph.TestTextRendererNEWT21 $* #testnoawt com.jogamp.opengl.demos.graph.ui.UITypeDemo01 $* #testnoawt com.jogamp.opengl.demos.graph.ui.UISceneDemo00 $* |