diff options
author | Sven Gothel <[email protected]> | 2011-02-03 05:23:57 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-02-03 05:23:57 +0100 |
commit | 0bc0f0219a7443ac721d15ad38508ecb4a50f26d (patch) | |
tree | a0ba1eff8edc3d96c697cc784e4eb8bf9fa610d4 /make/scripts/tests.sh | |
parent | 7274b21b07bab263ad6df558b206dd4fa42f7472 (diff) |
Expose provided SWT jars to SWT_CLASSPATH for test scripts
Diffstat (limited to 'make/scripts/tests.sh')
-rw-r--r-- | make/scripts/tests.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh index 8b6350542..ae67570b5 100644 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -13,6 +13,7 @@ java -version 2>&1 | tee -a java-run.log echo LIBXCB_ALLOW_SLOPPY_LOCK: $LIBXCB_ALLOW_SLOPPY_LOCK 2>&1 | tee -a java-run.log echo LIBGL_DRIVERS_PATH: $LIBGL_DRIVERS_PATH 2>&1 | tee -a java-run.log echo LIBGL_DEBUG: $LIBGL_DEBUG 2>&1 | tee -a java-run.log +echo SWT_CLASSPATH: $SWT_CLASSPATH 2>&1 | tee -a java-run.log echo java $X_ARGS $D_ARGS $* 2>&1 | tee -a java-run.log function jrun() { @@ -101,10 +102,12 @@ function testawt() { #testawt com.jogamp.opengl.test.junit.jogl.awt.TestSwingAWT01GLn #testawt com.jogamp.opengl.test.junit.jogl.awt.TestAWT03GLCanvasRecreate01 $* #testawt com.jogamp.opengl.test.junit.jogl.awt.TestAWT02WindowClosing +#testawt com.jogamp.opengl.test.junit.jogl.awt.text.TestAWTTextRendererUseVertexArrayBug464 #testawt com.jogamp.opengl.test.junit.jogl.demos.gl2.gears.TestGearsAWT #testawt com.jogamp.opengl.test.junit.jogl.demos.gl2.gears.TestGearsGLJPanelAWT $* #testawt com.jogamp.opengl.test.junit.jogl.texture.TestTexture01AWT -testawt com.jogamp.opengl.test.junit.jogl.awt.text.TestAWTTextRendererUseVertexArrayBug464 +#testawt com.jogamp.opengl.test.junit.jogl.caps.TestMultisampleAWT +testawt com.jogamp.opengl.test.junit.jogl.swt.TestSWT01GLn # # newt.awt (testawt) |