aboutsummaryrefslogtreecommitdiffstats
path: root/make/scripts/targetcommand-awt.sh
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2012-08-17 20:50:44 +0200
committerSven Gothel <[email protected]>2012-08-17 20:50:44 +0200
commitec0f4a5ab604c73d40d3585c0147b451ad53dcf5 (patch)
treec9890bcc644558380e981a793c5ec7bb4f0c2143 /make/scripts/targetcommand-awt.sh
parentfe78d5095ef98215ce6c73d8912dfa19ae708bd0 (diff)
GLDrawableFactory.createGLDrawable() offscreen: Fix caps - set double-buffer := false to be consistent w/ GLDrawableFactory.createOffscreenDrawable()
TestGLDrawable01NEWT: Enhance test case to run w/ EGLDrawableFactory (ES2) besides GL2 and GLX/WGL/..-Factory
Diffstat (limited to 'make/scripts/targetcommand-awt.sh')
-rwxr-xr-xmake/scripts/targetcommand-awt.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/make/scripts/targetcommand-awt.sh b/make/scripts/targetcommand-awt.sh
index 7f95e33a2..d776abd16 100755
--- a/make/scripts/targetcommand-awt.sh
+++ b/make/scripts/targetcommand-awt.sh
@@ -16,8 +16,9 @@ XTRA_FLAGS="-Dnewt.test.Screen.disableScreenMode -Djogl.debug.EGL -Dnativewindow
#XTRA_FLAGS="-Djogl.debug.TraceGL"
#XTRA_FLAGS="-Djogl.debug.DebugGL -Djogl.debug.TraceGL"
-TSTCLASS=com.jogamp.opengl.test.junit.jogl.demos.es2.awt.TestGearsES2AWT
+#TSTCLASS=com.jogamp.opengl.test.junit.jogl.demos.es2.awt.TestGearsES2AWT
#TSTCLASS=com.jogamp.opengl.test.junit.jogl.demos.gl2.awt.TestGearsAWT
+TSTCLASS=com.jogamp.opengl.test.junit.jogl.acore.TestGLDrawable01AWT
mkdir -p $THISDIR/projects-cross