diff options
author | Sven Gothel <[email protected]> | 2023-08-13 05:18:18 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-08-13 05:18:18 +0200 |
commit | e231dd3c6e21b0b0de050851e1902ae391c87abd (patch) | |
tree | a3bc61e989d96f6d13d5fc1e874298e0675e970c /make | |
parent | d0bb5159f986f7e05c07360c88192f1a29f89122 (diff) |
Demos: ..demos.graph.ui.util.GraphUIDemoArgs -> ..demos.util.CommandlineOptions
Diffstat (limited to 'make')
-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 341993401..4d7a017af 100644 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -37,7 +37,7 @@ uname -a | grep -i Darwin && MOSX=1 if [ $MOSX -eq 1 ] ; then echo setup OSX environment vars #export NSZombieEnabled=YES - export NSTraceEvents=YES + #export NSTraceEvents=YES #export OBJC_PRINT_EXCEPTIONS=YES echo NSZombieEnabled $NSZombieEnabled 2>&1 | tee -a java-run.log echo NSTraceEvents $NSTraceEvents 2>&1 | tee -a java-run.log @@ -1003,6 +1003,7 @@ function testawtswt() { #testnoawt com.jogamp.opengl.demos.graph.ui.UISceneDemo11 $* #testnoawt com.jogamp.opengl.demos.graph.ui.UISceneDemo20 $* testawt com.jogamp.opengl.demos.graph.ui.UISceneDemo20 $* +#testawt com.jogamp.opengl.demos.es2.GearsES2 $* #testnoawt com.jogamp.opengl.demos.graph.ui.UISceneDemoU01a $* #testnoawt com.jogamp.opengl.demos.graph.ui.UILayoutGrid01 $* #testnoawt com.jogamp.opengl.demos.graph.ui.UILayoutBox01 $* |