diff options
author | Sven Gothel <[email protected]> | 2011-10-07 20:00:10 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-10-07 20:00:10 +0200 |
commit | 5a8d002b3d955f7ad7d0854d4cb416388340d9fc (patch) | |
tree | 16f3a64f77863ed2dbf5bbfd4b42eb52a16331d1 /make | |
parent | 274df7766467ca79dbd593d59aa1e4908d40cfa5 (diff) |
Android Elektron/RedSquare use bpp 5/6/5
Diffstat (limited to 'make')
-rwxr-xr-x | make/scripts/adb-reinstall-all.sh | 1 | ||||
-rwxr-xr-x | make/scripts/tests.sh | 4 |
2 files changed, 3 insertions, 2 deletions
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 $* |