diff options
author | Sven Gothel <[email protected]> | 2013-11-05 18:47:56 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-11-05 18:47:56 +0100 |
commit | 44117f78f5d4fb3329409a92d758562d013298af (patch) | |
tree | 24f835694ca71f08a0b93c06ec33f712304f2144 /make/scripts/tests.sh | |
parent | 1d426dd08797a3164e0a7cdf6007d3e750650265 (diff) |
Bug 888 / Bug 891- Enhance GLCapabilities-Query: Refine unit tests
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 |