diff options
author | Sven Gothel <[email protected]> | 2012-05-12 04:07:34 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-05-12 04:07:34 +0200 |
commit | 7f85501bd448afc9ba52f6abbe5f049d673d824d (patch) | |
tree | d4cfd0eaea078d041ae78726703e1b34f30593da /make | |
parent | cbc77718f01a8190e1a8aa0e9afdc2a3a3403358 (diff) |
Add unit tests for gluUnProject fix (commit cbc77718f01a8190e1a8aa0e9afdc2a3a3403358)
Diffstat (limited to 'make')
-rwxr-xr-x | make/scripts/tests.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh index b0a55ccf1..9b4f0b94b 100755 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -209,7 +209,8 @@ function testawtswt() { #testnoawt com.jogamp.opengl.test.junit.jogl.offscreen.TestOffscreen01GLPBufferNEWT $* #testnoawt com.jogamp.opengl.test.junit.jogl.offscreen.TestOffscreen02BitmapNEWT $* #testnoawt com.jogamp.opengl.test.junit.jogl.demos.es2.newt.TestGearsES2NEWT $* -testnoawt com.jogamp.opengl.test.junit.jogl.acore.TestFloatUtil01MatrixMatrixMultNOUI $* +#testnoawt com.jogamp.opengl.test.junit.jogl.acore.TestFloatUtil01MatrixMatrixMultNOUI $* +testnoawt com.jogamp.opengl.test.junit.jogl.glu.TestGluUnprojectFloatNOUI $* #testnoawt com.jogamp.opengl.test.junit.jogl.acore.TestNEWTCloseX11DisplayBug565 $* #testnoawt com.jogamp.opengl.test.junit.jogl.acore.TestMainVersionGLWindowNEWT $* #testnoawt com.jogamp.opengl.test.junit.jogl.acore.TestGLProfile01NEWT $* |