diff options
author | Sven Gothel <[email protected]> | 2012-07-06 09:06:03 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-07-06 09:06:03 +0200 |
commit | 4e70a4811a860255b53eeae7a841ca473e1aba86 (patch) | |
tree | e8b3c6cb05d3e680529f5bd8869b4c28b528216a /make | |
parent | dfee8c58d4915f78f57545c26a492668b2b68a87 (diff) |
Fix commit dfee8c58d4915f78f57545c26a492668b2b68a87
Diffstat (limited to 'make')
-rwxr-xr-x | make/scripts/tests.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh index 4d46ec4f4..0258187fd 100755 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -293,12 +293,13 @@ function testawtswt() { # #testswt com.jogamp.opengl.test.junit.jogl.swt.TestSWTEclipseGLCanvas01GLn $* testswt com.jogamp.opengl.test.junit.jogl.swt.TestSWTJOGLGLCanvas01GLn $* -#testawt com.jogamp.opengl.test.junit.jogl.swt.TestSWTAccessor02GLn $* +#testawtswt com.jogamp.opengl.test.junit.jogl.swt.TestSWTJOGLGLCanvas01GLn $* +#testswt com.jogamp.opengl.test.junit.jogl.swt.TestSWTAccessor02GLn $* # # awtswt (testawtswt) # -#testawt com.jogamp.opengl.test.junit.jogl.swt.TestSWTAccessor03AWTGLn $* +#testawtswt com.jogamp.opengl.test.junit.jogl.swt.TestSWTAccessor03AWTGLn $* # # newt.awt (testawt) |