diff options
author | Sven Gothel <[email protected]> | 2014-01-26 03:33:17 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-01-26 03:33:17 +0100 |
commit | 00502aedb935a8bbb0d5f4407dfe35d8e60c8f97 (patch) | |
tree | ddd2f8409202eaf00cd1acbb5342b6973aa7b150 /make/scripts/tests.sh | |
parent | 30b423fc8d71d05e789c087b2d45cf0e7bf8c542 (diff) |
Adapt all unit tests to use UITestCase and enforce named unit test order. Added main entry and listed in tests.sh for manual test.
Diffstat (limited to 'make/scripts/tests.sh')
-rw-r--r-- | make/scripts/tests.sh | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh index 50ece90f..6337b623 100644 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -108,5 +108,19 @@ function testawt() { # Version # #testnoawt com.jogamp.opencl.JoclVersion $* -testnoawt com.jogamp.opencl.TestJoclVersion $* + +# +# +#testnoawt com.jogamp.opencl.CLBufferTest $* +#testnoawt com.jogamp.opencl.CLCommandQueueTest $* +#testnoawt com.jogamp.opencl.CLExceptionTest $* +#testnoawt com.jogamp.opencl.CLImageTest $* +#testnoawt com.jogamp.opencl.CLProgramTest $* +#testnoawt com.jogamp.opencl.HighLevelBindingTest $* +#testnoawt com.jogamp.opencl.LowLevelBindingTest $* +#testnoawt com.jogamp.opencl.TestJoclVersion $* +#testnoawt com.jogamp.opencl.TestUtils $* +testnoawt com.jogamp.opencl.gl.CLGLTest $* +#testnoawt com.jogamp.opencl.util.concurrent.CLMultiContextTest $* + |