From ec0f4a5ab604c73d40d3585c0147b451ad53dcf5 Mon Sep 17 00:00:00 2001
From: Sven Gothel <sgothel@jausoft.com>
Date: Fri, 17 Aug 2012 20:50:44 +0200
Subject: 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
---
 make/scripts/targetcommand-awt.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'make/scripts/targetcommand-awt.sh')

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 
 
-- 
cgit v1.2.3