diff options
author | Sven Gothel <[email protected]> | 2014-02-26 17:04:03 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-02-26 17:04:03 +0100 |
commit | 80a0ddd084e674fbfff007e6a83eec6162aaa32d (patch) | |
tree | 10ae3efcd51e174997943f40a5ea8c9bd39a8b75 /make/scripts/tests.sh | |
parent | d84812b6fb398c73cb3f339ab13d74b7e6822181 (diff) | |
parent | 72d44215a266ccb569efbd5af3142385c4442fe9 (diff) |
Merge branch 'master' into 2.2-train
Diffstat (limited to 'make/scripts/tests.sh')
-rw-r--r-- | make/scripts/tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh index ad7222bc5..72b1e4e74 100644 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -414,7 +414,7 @@ function testawtswt() { #testnoawt com.jogamp.opengl.test.junit.jogl.acore.TestGLDebug01NEWT $* #testnoawt com.jogamp.opengl.test.junit.jogl.acore.TestGPUMemSec01NEWT $* -#testnoawt com.jogamp.opengl.test.junit.jogl.acore.TestMapBufferRead01NEWT $* +testnoawt com.jogamp.opengl.test.junit.jogl.acore.TestMapBufferRead01NEWT $* #testnoawt com.jogamp.opengl.test.junit.jogl.demos.es2.newt.TestRedSquareES2NEWT $* #testnoawt com.jogamp.opengl.test.junit.jogl.demos.es2.newt.TestGearsES2NEWT $* #testnoawt com.jogamp.opengl.test.junit.jogl.acore.TestSharedContextVBOES2NEWT0 $* |