diff options
author | Michael Bien <[email protected]> | 2010-11-18 17:10:55 +0100 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-11-18 17:10:55 +0100 |
commit | fe5e7b022f6f86b16ba15165f8cdeafccaad4b2b (patch) | |
tree | 646e254c86ad90e0c4971eb63a16532e9fad8693 /make/scripts/tests.sh | |
parent | 8c9f3bb33732346fab0112b4a2e177b13f4e8087 (diff) | |
parent | 96af6c9bf2d683115996214cd895f9f9ef7ceea6 (diff) |
Merge branch 'master' of github.com:sgothel/jogl
Diffstat (limited to 'make/scripts/tests.sh')
-rw-r--r-- | make/scripts/tests.sh | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh index ce08b50f5..1aa725c94 100644 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -36,8 +36,8 @@ 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="-Dnewt.debug=all" - X_ARGS="-Dsun.java2d.noddraw=true -Dsun.java2d.opengl=false" + #D_ARGS="-Djogl.debug=all" + #X_ARGS="-Dsun.java2d.noddraw=true -Dsun.java2d.opengl=false" java $awtarg $X_ARGS $D_ARGS $* 2>&1 | tee -a java-run.log } @@ -98,7 +98,8 @@ function testawt() { #testawt com.jogamp.test.junit.newt.parenting.TestParenting03AWT -time 100000 #testawt com.jogamp.test.junit.newt.parenting.TestParenting03bAWT -time 100000 #testawt com.jogamp.test.junit.newt.TestCloseNewtAWT -testawt com.jogamp.test.junit.jogl.caps.Multisample +testawt com.jogamp.test.junit.jogl.caps.TestMultisampleAWT $* +#testawt com.jogamp.test.junit.jogl.caps.TestMultisampleNEWT $* #testawt $* |