diff options
author | Sven Gothel <[email protected]> | 2010-05-13 22:50:05 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-05-13 22:50:05 +0200 |
commit | 17a620f17f65e8581f1a04f5d2825c24a87678b8 (patch) | |
tree | fa01b1e7f46ec2b9d3fa16b6dd26b63445b4dba6 /test/com/jogamp/opencl/CLProgramTest.java | |
parent | 4bbfd2d4e1544a120facae7e7d8f0e2322c1618f (diff) | |
parent | 6f0a2ffd21d178167dd8e7db3c14da94a2d91f7e (diff) |
Merge branch 'master' of git://github.com/mbien/jocl
Diffstat (limited to 'test/com/jogamp/opencl/CLProgramTest.java')
-rw-r--r-- | test/com/jogamp/opencl/CLProgramTest.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/com/jogamp/opencl/CLProgramTest.java b/test/com/jogamp/opencl/CLProgramTest.java index ec238fb5..b25230f8 100644 --- a/test/com/jogamp/opencl/CLProgramTest.java +++ b/test/com/jogamp/opencl/CLProgramTest.java @@ -203,6 +203,7 @@ public class CLProgramTest { }; builder.setProgram(program).build(buildCallback); + countdown.countDown(); // TODO remove if callbacks are enabled again countdown.await(); } |