diff options
author | Sven Gothel <[email protected]> | 2011-09-24 04:27:27 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-09-24 04:27:27 +0200 |
commit | b7ca9b5dffa8c6d197258e1bcd7b065c36136d17 (patch) | |
tree | cb8084c8eb486d3f599374368f08eb2143c5ce1b /make/scripts | |
parent | 71d13d8a581ffa68a9a8c3c690c1fa9ea76663ba (diff) |
test scripts
Diffstat (limited to 'make/scripts')
-rwxr-xr-x | make/scripts/tests.sh | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh index 1c9ba78a7..d62e5fb26 100755 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -95,8 +95,12 @@ function jrun() { #D_ARGS="-Djogamp.debug.JARUtil" #D_ARGS="-Djogamp.debug.TempFileCache" #D_ARGS="-Djogamp.debug.JNILibLoader -Djogamp.debug.TempFileCache -Djogamp.debug.JARUtil" - D_ARGS="-Djogamp.debug.JNILibLoader" + #D_ARGS="-Djogamp.debug.JNILibLoader" #D_ARGS="-Djogamp.debug.JNILibLoader -Djogamp.gluegen.UseTempJarCache=false -Djogamp.debug.JARUtil" + #D_ARGS="-Dnewt.test.EDTMainThread -Dnewt.debug.MainThread" + #C_ARG="com.jogamp.newt.util.MainThread" + #D_ARGS="-Dnewt.debug.MainThread" + D_ARGS="-Dnewt.debug=all" #X_ARGS="-Dsun.java2d.noddraw=true -Dsun.java2d.opengl=true" #X_ARGS="-verbose:jni" @@ -159,7 +163,8 @@ function testawtmt() { #testnoawt com.jogamp.opengl.test.junit.newt.TestRemoteGLWindows01NEWT $* #testnoawt com.jogamp.opengl.test.junit.jogl.demos.gl2.newt.TestGearsNEWT $* #testnoawt com.jogamp.opengl.test.junit.jogl.demos.es1.newt.TestGearsES1NEWT $* -testnoawt com.jogamp.opengl.test.junit.jogl.demos.es2.newt.TestGearsES2NEWT $* +testawt com.jogamp.opengl.test.junit.jogl.demos.es2.newt.TestGearsES2NEWT $* +#testnoawt com.jogamp.opengl.test.junit.jogl.demos.es2.newt.TestGearsES2NEWT $* #testnoawt com.jogamp.opengl.test.junit.newt.TestWindows01NEWT $* #testnoawt com.jogamp.opengl.test.junit.newt.TestWindowClosingProtocol02NEWT $* #testnoawt com.jogamp.opengl.test.junit.newt.TestGLWindows01NEWT $* |