29package com.jogamp.opencl;
31import java.io.IOException;
34import org.junit.FixMethodOrder;
35import org.junit.runners.MethodSorters;
37import com.jogamp.opencl.test.util.UITestCase;
39@FixMethodOrder(MethodSorters.NAME_ASCENDING)
43 public void testMain() throws InterruptedException {
45 System.out.println(
"Implementation-Version: "+j.getImplementationVersion());
46 System.out.println(
"Implementation-Build: "+j.getImplementationBuild());
47 System.out.println(
"Implementation-Branch: "+j.getImplementationBranch());
48 System.out.println(
"Implementation-Commit: "+j.getImplementationCommit());
54 public static void main(
final String[] args)
throws IOException {
56 org.junit.runner.JUnitCore.
main(tstname);
StringBuilder getOpenCLTextInfo(StringBuilder sb)
StringBuilder getAllVersions(StringBuilder sb)
static JoclVersion getInstance()
static void main(final String[] args)