diff options
author | Sven Gothel <[email protected]> | 2011-04-01 15:09:51 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-04-01 15:09:51 +0200 |
commit | 259d018ed9511ccca0d8e792e443ce9f3d9f39ea (patch) | |
tree | a8a49dc2415d79e5b87ae5e2564e875b200e21ed /make/scripts/tests.sh | |
parent | 3fe39f89b7948ec6fceda0bf68ab6c5cdd9e32ed (diff) |
Add graph shaders and fonts ..
Diffstat (limited to 'make/scripts/tests.sh')
-rwxr-xr-x | make/scripts/tests.sh | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh index 52dd65ac6..f288d5602 100755 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -135,7 +135,7 @@ function testawtmt() { #testawt -Djava.awt.headless=true com.jogamp.opengl.test.junit.newt.TestGLWindows01NEWT #testawt com.jogamp.opengl.test.junit.newt.TestGLWindows02NEWTAnimated #testnoawt com.jogamp.opengl.test.junit.jogl.swt.TestSWT01GLn $* -testnoawt com.jogamp.opengl.test.junit.jogl.swt.TestSWT02GLn $* +#testnoawt com.jogamp.opengl.test.junit.jogl.swt.TestSWT02GLn $* # @@ -196,5 +196,12 @@ testnoawt com.jogamp.opengl.test.junit.jogl.swt.TestSWT02GLn $* #testawt com.jogamp.opengl.test.junit.newt.TestFocus02SwingAWTRobot #testawt com.jogamp.opengl.test.junit.jogl.acore.TestSharedContextListAWT $* +#testnoawt com.jogamp.opengl.test.junit.graph.TestRegionRenderer01 $* +#testnoawt com.jogamp.opengl.test.junit.graph.TestTextRenderer01 $* +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 $* + $spath/count-edt-start.sh java-run.log |