From 00502aedb935a8bbb0d5f4407dfe35d8e60c8f97 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Sun, 26 Jan 2014 03:33:17 +0100 Subject: Adapt all unit tests to use UITestCase and enforce named unit test order. Added main entry and listed in tests.sh for manual test. --- make/scripts/tests.sh | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'make/scripts') 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 $* + -- cgit v1.2.3