diff options
author | Sven Gothel <[email protected]> | 2010-09-26 04:19:11 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-09-26 04:19:11 +0200 |
commit | 609e30836d4fcc5d2da945bf1c7d1d9a9c349b2a (patch) | |
tree | 70216c951469fb5389596f3e994f4348d399cbeb /make/scripts/tests.sh | |
parent | 0d073c5ea4426b0139409b20a3879b6003f795b0 (diff) |
NEWT: Add Window.hasFocus() ; Test cleanup ..
- Window add focus tracking and query via hasFocus()
- TestTransformFeedbackVeryingsBug407NEWT allow fail if no GL3 is available
- TestFocus01SwingAWT check on NEWTChild focus
Diffstat (limited to 'make/scripts/tests.sh')
-rwxr-xr-x | make/scripts/tests.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh index f935a13cb..1234bd348 100755 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -28,5 +28,7 @@ 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/count-edt-start.sh java-run.log |