diff options
author | Sven Gothel <[email protected]> | 2010-11-09 11:47:58 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-11-09 11:47:58 +0100 |
commit | 7dce462b56f1e77e3cc2b68cb72c27a549c53f91 (patch) | |
tree | e3c0f48a3531ed529ddf67e3699f08452d2b9e61 /make/scripts/tests.bat | |
parent | 39b7b17a5d7ec4bb198992e85038ac3e0b3f5b89 (diff) |
JavaDoc: Use GlueGen offline link, javadoc_public -> javadoc
Diffstat (limited to 'make/scripts/tests.bat')
-rw-r--r-- | make/scripts/tests.bat | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/scripts/tests.bat b/make/scripts/tests.bat index 1f3014660..4910fdf39 100644 --- a/make/scripts/tests.bat +++ b/make/scripts/tests.bat @@ -1,5 +1,5 @@ +scripts\java-win64-dbg.bat com.jogamp.test.junit.jogl.acore.TestGLProfile01CORE REM scripts\java-win64-dbg.bat com.jogamp.test.junit.jogl.demos.gl2.gears.newt.TestGearsNEWT -time 30000 -REM scripts\java-win64-dbg.bat com.jogamp.test.junit.jogl.acore.TestGLProfile01CORE REM scripts\java-win64-dbg.bat com.jogamp.test.junit.jogl.newt.TestSwingAWTRobotUsageBeforeJOGLInitBug411 REM scripts\java-win64-dbg.bat com.jogamp.test.junit.newt.TestParenting01AWT @@ -10,7 +10,7 @@ REM scripts\java-win64-dbg.bat com.jogamp.test.junit.newt.parenting.TestParentin REM scripts\java-win64-dbg.bat com.jogamp.test.junit.newt.TestGLWindows01NEWT REM scripts\java-win64-dbg.bat com.jogamp.test.junit.newt.TestGLWindows02NEWTAnimated REM scripts\java-win64-dbg.bat com.jogamp.test.junit.newt.parenting.TestParenting01NEWT -scripts\java-win64-dbg.bat com.jogamp.test.junit.newt.TestFocus02SwingAWTRobot +REM scripts\java-win64-dbg.bat com.jogamp.test.junit.newt.TestFocus02SwingAWTRobot REM scripts\java-win64-dbg.bat com.jogamp.test.junit.newt.TestFocus01SwingAWTRobot REM scripts\java-win64-dbg.bat com.jogamp.test.junit.nativewindow.TestRecursiveToolkitLockCORE REM scripts\java-win64-dbg.bat com.jogamp.test.junit.newt.parenting.TestParenting03AWT -time 100000 |