diff options
Diffstat (limited to 'make/scripts/tests.sh')
-rw-r--r-- | make/scripts/tests.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh index 69ad8c2aa..f2231a0de 100644 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -334,9 +334,9 @@ function testawtswt() { # # performance tests # -testawt com.jogamp.opengl.test.junit.jogl.perf.TestPerf001RawInit00NEWT $* +#testnoawt com.jogamp.opengl.test.junit.jogl.perf.TestPerf001RawInit00NEWT $* #testawt com.jogamp.opengl.test.junit.jogl.perf.TestPerf001GLJPanelInit01AWT $* -#testawt com.jogamp.opengl.test.junit.jogl.perf.TestPerf001GLJPanelInit02AWT $* +testawt com.jogamp.opengl.test.junit.jogl.perf.TestPerf001GLJPanelInit02AWT $* # # tile rendring / printing w/ & w/o AWT |