diff options
author | Sven Gothel <[email protected]> | 2012-04-07 15:31:06 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-04-07 15:31:06 +0200 |
commit | 073c9744fa4a8982850a0f8d61275f8782497bbb (patch) | |
tree | 19257f42cfdf488fec38a3698e95233dfd0c35f0 /make/scripts/tests.sh | |
parent | 40830196070013432bc5f453eb31cfe4c64e0510 (diff) |
TextureIO: Add PNG TextureProvider and TextureWriter for RGB[A]/BGR[A] - incl. unit tests; Test/Demos: Use PNG snapshots.
Diffstat (limited to 'make/scripts/tests.sh')
-rwxr-xr-x | make/scripts/tests.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh index 81ff3b7ac..248663a96 100755 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -238,7 +238,8 @@ function testawtswt() { #testnoawt -Djava.awt.headless=true com.jogamp.opengl.test.junit.newt.TestGLWindows01NEWT #testnoawt com.jogamp.opengl.test.junit.jogl.util.TestGLReadBufferUtilTextureIOWrite01NEWT $* #testnoawt com.jogamp.opengl.test.junit.jogl.util.TestGLReadBufferUtilTextureIOWrite02NEWT $* -testnoawt com.jogamp.opengl.test.junit.jogl.demos.es2.av.MovieSimple $* +testnoawt com.jogamp.opengl.test.junit.jogl.util.TestPNGImage01NEWT $* +#testnoawt com.jogamp.opengl.test.junit.jogl.demos.es2.av.MovieSimple $* # # awt (testawt) |