diff options
author | Michael Bien <[email protected]> | 2009-11-20 14:49:57 +0100 |
---|---|---|
committer | Michael Bien <[email protected]> | 2009-11-20 14:49:57 +0100 |
commit | a23d5e45b8112ffc7ba02bc564ace6ed6c0414b9 (patch) | |
tree | 1c59c104902dadf79d865ce8ed6c24f3356057fc /test/com | |
parent | 4ac3f56ec3841a8fae7cc60635c85cf0518764b5 (diff) |
fixed mingw32 build on windows.
added scripts for crosscompilation on linux64 for win32/64 and linux32/64.
temporary disabled OpenCL extensions.
Diffstat (limited to 'test/com')
-rw-r--r-- | test/com/mbien/opencl/HighLevelBindingTest.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/com/mbien/opencl/HighLevelBindingTest.java b/test/com/mbien/opencl/HighLevelBindingTest.java index 2a8807ad..bd6d7179 100644 --- a/test/com/mbien/opencl/HighLevelBindingTest.java +++ b/test/com/mbien/opencl/HighLevelBindingTest.java @@ -24,7 +24,9 @@ public class HighLevelBindingTest { @BeforeClass public static void setUpClass() throws Exception { out.println("OS: " + System.getProperty("os.name")); + out.println("ARCH: " + System.getProperty("os.arch")); out.println("VM: " + System.getProperty("java.vm.name")); + out.println("lib path: " + System.getProperty("java.library.path")); } @Test |