diff options
author | Sven Gothel <[email protected]> | 2011-05-16 03:48:29 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-05-16 03:48:29 +0200 |
commit | a0777144c46d12d148556ed64ad0a9b9d6d24c0c (patch) | |
tree | 001516bbee1bb758c4c7c5e3d890ad071b8b6c2c /make | |
parent | b82a409135f3b79889499d77c8ecffc80e310a20 (diff) |
JUnit Test: Add 'ruler' testcase using monitor mode's mm/pixel size.
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 ddc419078..ec10d976b 100755 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -210,10 +210,11 @@ function testawtmt() { #testnoawt com.jogamp.opengl.test.junit.jogl.glsl.TestGLSLShaderState01NEWT $* #testnoawt com.jogamp.opengl.test.junit.jogl.glsl.TestGLSLShaderState02NEWT $* +testnoawt com.jogamp.opengl.test.junit.graph.TestRulerNEWT01 $* #testnoawt com.jogamp.opengl.test.junit.graph.TestRegionRendererNEWT01 $* #testnoawt com.jogamp.opengl.test.junit.graph.TestTextRendererNEWT01 $* #testnoawt com.jogamp.opengl.test.junit.graph.demos.ui.UINewtDemo01 $* -testnoawt com.jogamp.opengl.test.junit.graph.demos.GPUTextNewtDemo01 $* +#testnoawt com.jogamp.opengl.test.junit.graph.demos.GPUTextNewtDemo01 $* #testnoawt com.jogamp.opengl.test.junit.graph.demos.GPUTextNewtDemo02 $* #testnoawt com.jogamp.opengl.test.junit.graph.demos.GPURegionNewtDemo01 $* #testnoawt com.jogamp.opengl.test.junit.graph.demos.GPURegionNewtDemo02 $* |