summaryrefslogtreecommitdiffstats
path: root/test/com/jogamp
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2011-05-04 16:26:46 +0200
committerMichael Bien <[email protected]>2011-05-04 16:26:46 +0200
commit3a20670487663cfbadea480de6e0322c3055afcf (patch)
treed0c29209ca14aa635c194aaff9c5a578f9d55f4f /test/com/jogamp
parent6fcf15f11e2a982b480855fbc75e430e5f2b9ad6 (diff)
initial import of CLCommandQueuePool and CLTask.
Diffstat (limited to 'test/com/jogamp')
-rw-r--r--test/com/jogamp/opencl/util/concurrent/CLMultiContextTest.java (renamed from test/com/jogamp/opencl/CLMultiContextTest.java)5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/com/jogamp/opencl/CLMultiContextTest.java b/test/com/jogamp/opencl/util/concurrent/CLMultiContextTest.java
index 20274601..8e96dafa 100644
--- a/test/com/jogamp/opencl/CLMultiContextTest.java
+++ b/test/com/jogamp/opencl/util/concurrent/CLMultiContextTest.java
@@ -1,8 +1,11 @@
/*
* Created on Tuesday, May 03 2011
*/
-package com.jogamp.opencl;
+package com.jogamp.opencl.util.concurrent;
+import com.jogamp.opencl.CLContext;
+import com.jogamp.opencl.CLDevice;
+import com.jogamp.opencl.CLPlatform;
import org.junit.Rule;
import org.junit.rules.MethodRule;
import org.junit.rules.Timeout;