From 5a8d002b3d955f7ad7d0854d4cb416388340d9fc Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Fri, 7 Oct 2011 20:00:10 +0200 Subject: Android Elektron/RedSquare use bpp 5/6/5 --- make/scripts/adb-reinstall-all.sh | 1 + make/scripts/tests.sh | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'make/scripts') diff --git a/make/scripts/adb-reinstall-all.sh b/make/scripts/adb-reinstall-all.sh index db366c4b8..f450a29f9 100755 --- a/make/scripts/adb-reinstall-all.sh +++ b/make/scripts/adb-reinstall-all.sh @@ -2,3 +2,4 @@ sdir=`dirname $0` $sdir/adb-uninstall-all.sh $* $sdir/adb-install-all.sh $* + diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh index 69068a23a..1572f4893 100755 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -165,9 +165,9 @@ function testawtmt() { #testnoawt com.jogamp.opengl.test.junit.jogl.demos.gl2.newt.TestGearsNEWT $* #testnoawt com.jogamp.opengl.test.junit.jogl.demos.es1.newt.TestGearsES1NEWT $* #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.jogl.demos.es2.newt.TestGearsES2NEWT $* #testnoawt com.jogamp.opengl.test.junit.jogl.demos.es1.newt.TestRedSquareES1NEWT $* -testnoawt com.jogamp.opengl.test.junit.jogl.demos.es2.newt.TestRedSquareES2NEWT $* +#testnoawt com.jogamp.opengl.test.junit.jogl.demos.es2.newt.TestRedSquareES2NEWT $* #testnoawt com.jogamp.opengl.test.junit.newt.TestWindows01NEWT $* #testnoawt com.jogamp.opengl.test.junit.newt.TestWindowClosingProtocol02NEWT $* #testnoawt com.jogamp.opengl.test.junit.newt.TestGLWindows01NEWT $* -- cgit v1.2.3