diff options
author | Sven Gothel <[email protected]> | 2011-02-22 07:41:52 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-02-22 07:41:52 +0100 |
commit | ab1d8180e3a20eeb11df48bed49ca5d28e34df4b (patch) | |
tree | 864d431434453874027848963c61a4f6d0ca51a5 /make/scripts/tests-x32.bat | |
parent | bb3d3743b4800d006457c767a00436b9308da75d (diff) |
bump scripts to 6u24
Diffstat (limited to 'make/scripts/tests-x32.bat')
-rw-r--r-- | make/scripts/tests-x32.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/scripts/tests-x32.bat b/make/scripts/tests-x32.bat index 9b44dc178..84d7f2d9b 100644 --- a/make/scripts/tests-x32.bat +++ b/make/scripts/tests-x32.bat @@ -33,5 +33,5 @@ REM scripts\java-win32.bat com.jogamp.opengl.test.junit.newt.TestCloseNewtAWT REM scripts\java-win32-dbg.bat com.jogamp.opengl.test.junit.jogl.caps.TestMultisampleAWT -time 10000 REM scripts\java-win32-dbg.bat com.jogamp.opengl.test.junit.jogl.caps.TestMultisampleNEWT -time 10000 -scripts\java-win32-dbg.bat com.jogamp.opengl.test.junit.jogl.swt.TestSWT01GLn $* +scripts\java-win32-dbg.bat com.jogamp.opengl.test.junit.jogl.swt.TestSWT01GLn %1 %2 %3 %4 REM scripts\java-win32-dbg.bat com.jogamp.opengl.test.junit.jogl.swt.TestSWTAWT01GLn $* |