diff options
author | Sven Gothel <[email protected]> | 2011-08-22 03:04:54 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-08-22 03:04:54 +0200 |
commit | 62df9dd196b229c3c532af4a166e6888599f85bd (patch) | |
tree | 9adff801f21bbae398fdbdca09c1e7c7ad62372f /make/scripts/crosstest-java-linux-armv7-rel.sh | |
parent | d09063b4044ca82a805f91af550a9b9d7e7eef2a (diff) |
NewtVersionActivity: Remove 'gears' test; Version Info: Drop NativeWindow/Newt Version since we use *all* targets
Diffstat (limited to 'make/scripts/crosstest-java-linux-armv7-rel.sh')
-rw-r--r-- | make/scripts/crosstest-java-linux-armv7-rel.sh | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/make/scripts/crosstest-java-linux-armv7-rel.sh b/make/scripts/crosstest-java-linux-armv7-rel.sh index c274dab18..bf5a315c3 100644 --- a/make/scripts/crosstest-java-linux-armv7-rel.sh +++ b/make/scripts/crosstest-java-linux-armv7-rel.sh @@ -1,5 +1,6 @@ export HOST_UID=sven export HOST_IP=192.168.0.52 +#export HOST_IP=192.168.1.5 export HOST_RSYNC_ROOT=PROJECTS/JOGL export TARGET_UID=jogamp @@ -13,7 +14,7 @@ export ANT_PATH=/usr/share/ant #TSTCLASS=com.jogamp.nativewindow.NativeWindowVersion #TSTCLASS=com.jogamp.opengl.JoglVersion -TSTCLASS=com.jogamp.newt.NewtVersion +#TSTCLASS=com.jogamp.newt.NewtVersion #TSTCLASS=com.jogamp.newt.opengl.GLWindow #TSTCLASS=com.jogamp.opengl.test.junit.jogl.offscreen.TestOffscreen01GLPBufferNEWT #TSTCLASS=com.jogamp.opengl.test.junit.jogl.glsl.TestGLSLSimple01NEWT @@ -22,7 +23,8 @@ TSTCLASS=com.jogamp.newt.NewtVersion #TSTCLASS=com.jogamp.opengl.test.junit.jogl.glsl.TestRulerNEWT01 #TSTCLASS=com.jogamp.opengl.test.junit.graph.demos.GPUTextNewtDemo01 #TSTCLASS=com.jogamp.opengl.test.junit.graph.demos.GPUTextNewtDemo02 -#TSTCLASS=com.jogamp.opengl.test.junit.jogl.demos.gl2es1.gears.newt.TestGearsGL2ES1NEWT +#TSTCLASS=com.jogamp.opengl.test.junit.jogl.demos.es2.newt.TestGearsES2NEWT +TSTCLASS=com.jogamp.opengl.test.junit.jogl.demos.es1.newt.TestGearsES1NEWT LOGFILE=`basename $0 .sh`.log |