diff options
author | Sven Gothel <[email protected]> | 2010-10-02 18:49:30 +0300 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-10-02 18:49:30 +0300 |
commit | 03416ffe040d50b96573930104a78933605ae40d (patch) | |
tree | 277440d1c66e000d066ff1d2d26676cf4bf1534d /make | |
parent | 26961cfb96c0ad95965f48ae6b5e909958d4d97c (diff) |
NEWT/AWT Jnit: Add Robot Mouse Click test
Diffstat (limited to 'make')
-rwxr-xr-x | make/scripts/tests.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh index 7ff5624e1..6710c8efb 100755 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -6,7 +6,7 @@ spath=`dirname $0` #com.jogamp.test.junit.newt.TestParenting01AWT # $spath/java-run-all.sh ../build-x86_64 com.jogamp.test.junit.jogl.demos.gl2.gears.TestGearsAWT $* -$spath/java-run-all.sh ../build-x86_64 com.jogamp.test.junit.jogl.demos.gl2.gears.TestGearsNEWT $* +# $spath/java-run-all.sh ../build-x86_64 com.jogamp.test.junit.jogl.demos.gl2.gears.TestGearsNEWT $* # $spath/java-run-all.sh ../build-x86_64 com.jogamp.test.junit.newt.TestDisplayLifecycle01NEWT $* @@ -28,7 +28,7 @@ $spath/java-run-all.sh ../build-x86_64 com.jogamp.test.junit.jogl.demos.gl2.gear # $spath/java-run-all.sh ../build-x86_64 com.jogamp.test.junit.jogl.awt.TestSwingAWTRobotUsageBeforeJOGLInitBug411 $* -# $spath/java-run-all.sh ../build-x86_64 com.jogamp.test.junit.newt.TestFocus01SwingAWTRobot $* -# $spath/java-run-all.sh ../build-x86_64 com.jogamp.test.junit.newt.TestFocus02SwingAWTRobot $* +$spath/java-run-all.sh ../build-x86_64 com.jogamp.test.junit.newt.TestFocus01SwingAWTRobot $* +$spath/java-run-all.sh ../build-x86_64 com.jogamp.test.junit.newt.TestFocus02SwingAWTRobot $* $spath/count-edt-start.sh java-run.log |