summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
Diffstat (limited to 'make')
-rw-r--r--make/scripts/tests.sh16
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 $*
+