diff options
author | Sven Gothel <[email protected]> | 2010-09-26 20:18:31 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-09-26 20:18:31 +0200 |
commit | ded3ab06cc51e8e7d12f9fbfeb12e87c04f26a5a (patch) | |
tree | 229a73003e91b3e1832ee511159b2c6310ab98f9 /make | |
parent | 609e30836d4fcc5d2da945bf1c7d1d9a9c349b2a (diff) |
NEWT/AWT focus tests: Enhance, use robot and programatic. Start with a focus on an AWT device. Wait until TO or event received.
Diffstat (limited to 'make')
-rwxr-xr-x | make/scripts/tests.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh index 1234bd348..70bc83ad4 100755 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -16,6 +16,8 @@ spath=`dirname $0` # $spath/java-run-all.sh ../build-x86_64 com.jogamp.test.junit.newt.TestGLWindows01NEWT $* # $spath/java-run-all.sh ../build-x86_64 com.jogamp.test.junit.newt.TestGLWindows02NEWTAnimated $* +# $spath/java-run-all.sh ../build-x86_64 com.jogamp.test.junit.jogl.offscreen.TestOffscreen01NEWT $* + # $spath/java-run-all.sh ../build-x86_64 com.jogamp.test.junit.newt.parenting.TestParenting01NEWT $* # $spath/java-run-all.sh ../build-x86_64 com.jogamp.test.junit.newt.parenting.TestParenting02NEWT $* @@ -28,7 +30,6 @@ spath=`dirname $0` # $spath/java-run-all.sh ../build-x86_64 com.jogamp.test.junit.jogl.awt.TestSwingAWTUsageBeforeJOGLInitBug411 $* $spath/java-run-all.sh ../build-x86_64 com.jogamp.test.junit.newt.TestFocus01SwingAWT $* -# $spath/java-run-all.sh ../build-x86_64 com.jogamp.test.junit.jogl.offscreen.TestOffscreen01NEWT $* - +$spath/java-run-all.sh ../build-x86_64 com.jogamp.test.junit.newt.TestFocus02SwingAWT $* $spath/count-edt-start.sh java-run.log |