diff options
author | Sven Gothel <[email protected]> | 2010-11-23 06:02:36 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-11-23 06:02:36 +0100 |
commit | fc7dd718b88877435a1a30d59e996651fa57a80a (patch) | |
tree | c602b1b15da85b64e8b6e3fa26efbdc7f4703532 /make/scripts/tests.sh | |
parent | dec9bd072b8de0669e6fac48b2ca144bbaaad5fc (diff) |
AnimatorBase: add()/remove() - decorate change of drawables with pause()/resume() so it becomes a non critical to multithreading, hence display() or state change needs to be synced
Diffstat (limited to 'make/scripts/tests.sh')
-rw-r--r-- | make/scripts/tests.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh index 27ed1b710..3976c081d 100644 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -36,7 +36,7 @@ function jrun() { #D_ARGS="-Dnewt.debug.Screen -Dnewt.debug.EDT -Djogamp.debug.Lock" #D_ARGS="-Dnewt.debug.EDT" #D_ARGS="-Djogl.debug=all -Dnativewindow.debug=all -Dnewt.debug=all" - D_ARGS="-Djogl.debug=all" + #D_ARGS="-Djogl.debug=all" #D_ARGS="-Djogl.debug.GraphicsConfiguration" #X_ARGS="-Dsun.java2d.noddraw=true -Dsun.java2d.opengl=true" java $awtarg $X_ARGS $D_ARGS $* 2>&1 | tee -a java-run.log @@ -82,7 +82,7 @@ function testawt() { #testawt com.jogamp.test.junit.jogl.awt.TestAWT02WindowClosing #testawt com.jogamp.test.junit.jogl.awt.TestSwingAWT01GLn #testawt com.jogamp.test.junit.jogl.demos.gl2.gears.TestGearsAWT -testawt com.jogamp.test.junit.jogl.demos.gl2.gears.TestGearsGLJPanelAWT +#testawt com.jogamp.test.junit.jogl.demos.gl2.gears.TestGearsGLJPanelAWT #testawt com.jogamp.test.junit.jogl.texture.TestTexture01AWT # @@ -97,7 +97,7 @@ testawt com.jogamp.test.junit.jogl.demos.gl2.gears.TestGearsGLJPanelAWT #testawt com.jogamp.test.junit.newt.parenting.TestParenting01aAWT #testawt com.jogamp.test.junit.newt.parenting.TestParenting01bAWT #testawt com.jogamp.test.junit.newt.parenting.TestParenting01cAWT -#testawt com.jogamp.test.junit.newt.parenting.TestParenting01cSwingAWT +testawt com.jogamp.test.junit.newt.parenting.TestParenting01cSwingAWT #testawt com.jogamp.test.junit.newt.parenting.TestParenting02AWT #testawt com.jogamp.test.junit.newt.parenting.TestParenting03AWT #testawt com.jogamp.test.junit.newt.parenting.TestParenting03AWT -time 100000 |