aboutsummaryrefslogtreecommitdiffstats
path: root/make/scripts/tests-x64.bat
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-02-03 05:23:57 +0100
committerSven Gothel <[email protected]>2011-02-03 05:23:57 +0100
commit0bc0f0219a7443ac721d15ad38508ecb4a50f26d (patch)
treea0ba1eff8edc3d96c697cc784e4eb8bf9fa610d4 /make/scripts/tests-x64.bat
parent7274b21b07bab263ad6df558b206dd4fa42f7472 (diff)
Expose provided SWT jars to SWT_CLASSPATH for test scripts
Diffstat (limited to 'make/scripts/tests-x64.bat')
-rw-r--r--make/scripts/tests-x64.bat4
1 files changed, 3 insertions, 1 deletions
diff --git a/make/scripts/tests-x64.bat b/make/scripts/tests-x64.bat
index 994d2a107..0f1ca0689 100644
--- a/make/scripts/tests-x64.bat
+++ b/make/scripts/tests-x64.bat
@@ -1,4 +1,4 @@
-scripts\java-win64-dbg.bat com.jogamp.newt.impl.awt.opengl.VersionApplet
+REM scripts\java-win64-dbg.bat com.jogamp.newt.impl.awt.opengl.VersionApplet
REM scripts\java-win64-dbg.bat com.jogamp.newt.opengl.GLWindow
REM scripts\java-win64-dbg.bat javax.media.opengl.awt.GLCanvas
REM scripts\java-win64-dbg.bat com.jogamp.opengl.test.junit.jogl.offscreen.TestOffscreen01GLPBufferNEWT -time 5000
@@ -45,3 +45,5 @@ REM scripts\java-win64.bat com.jogamp.opengl.test.junit.newt.TestWindowClosingPr
REM scripts\java-win64.bat com.jogamp.opengl.test.junit.newt.TestWindowClosingProtocol02NEWT $*
REM scripts\java-win64.bat com.jogamp.opengl.test.junit.newt.TestWindowClosingProtocol03NewtAWT $*
+scripts\java-win64-dbg.bat com.jogamp.opengl.test.junit.jogl.swt.TestSWT01GLn $*
+