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 | |
parent | 39b7b17a5d7ec4bb198992e85038ac3e0b3f5b89 (diff) |
JavaDoc: Use GlueGen offline link, javadoc_public -> javadoc
Diffstat (limited to 'make/scripts')
-rw-r--r-- | make/scripts/tests.bat | 4 | ||||
-rw-r--r-- | make/scripts/tests.sh | 4 |
2 files changed, 4 insertions, 4 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 diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh index 3df37e330..2646fc0c6 100644 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -46,7 +46,7 @@ function testawt() { # # newt (testnoawt and testawt) # -#testnoawt com.jogamp.test.junit.jogl.acore.TestGLProfile01NEWT $* +testnoawt com.jogamp.test.junit.jogl.acore.TestGLProfile01NEWT $* #testawt com.jogamp.test.junit.jogl.acore.TestGLProfile01NEWT $* #testawt com.jogamp.test.junit.jogl.demos.gl2.gears.newt.TestGearsNEWT #testawt com.jogamp.test.junit.newt.TestDisplayLifecycle01NEWT @@ -55,7 +55,7 @@ function testawt() { #testawt com.jogamp.test.junit.newt.TestScreenMode00NEWT #testnoawt com.jogamp.test.junit.newt.TestScreenMode01NEWT #testnoawt com.jogamp.test.junit.newt.TestScreenMode02NEWT -testawt com.jogamp.test.junit.newt.TestGLWindows01NEWT -time 1000000 +#testawt com.jogamp.test.junit.newt.TestGLWindows01NEWT -time 1000000 #testawt -Djava.awt.headless=true com.jogamp.test.junit.newt.TestGLWindows01NEWT #testawt com.jogamp.test.junit.newt.TestGLWindows02NEWTAnimated |