Difference between revisions of "Uno/Binary/Modules/bridges"

From Apache OpenOffice Wiki
< Uno‎ | Binary‎ | Modules
Jump to: navigation, search
m (Added DPL for bridges:Test)
(Moved out the test section.)
Line 8: Line 8:
 
{{Uno/UDKlink|bridges}}
 
{{Uno/UDKlink|bridges}}
  
==Tests==
+
{{:Uno/Binary/Module/bridges/test}}
<DPL>category=Uno:Binary:bridges:Test</DPL>
+
* {{Uno/UDKlink|bridges/test/com/sun/star/lib/uno/bridges/java_remote}}
+
: cd bridges/test/com/sun/star/lib
+
: cd bridges/test/com/sun/star/lib/uno/bridges/java_remote #Upon failure: dmake aborts with error
+
* {{Uno/UDKlink|bridges/test/java_uno/acquire}}
+
: dmake
+
: #follow instructions in readme.txt
+
: #Upon failure the executed tests issue diagnostics.
+
* {{Uno/UDKlink|bridges/test/java_uno/any}}
+
: cd bridges/test/com/sun/star/lib
+
: dmake
+
: cd bridges/test/java_uno/any
+
: cd <platform>/bin
+
: ./TestJni
+
: ./TestRemote
+
: #Upon failure the executed tests issue diagnostics.
+
* {{Uno/UDKlink|bridges/test/java_uno/equals}}
+
: cd bridges/test/com/sun/star/lib
+
: dmake
+
: cd bridges/test/java_uno/equals
+
: dmake
+
: cd <platform>/bin
+
: ./testequals
+
: #Upon failure: executed tests issue diagnostics
+
* {{Uno/UDKlink|bridges/test/java_uno/nativethreadpool}}
+
: cd bridges/test/java_uno/nativethreadpool
+
: dmake # but see readme
+
: #Upon failure dmake aborts with error.
+
  
  

Revision as of 09:32, 8 November 2006

The "bridges" module holds the binary Uno bridges (bridges mapping from the actual language to binary Uno) for

CVS

udk/bridges

Uno/Binary/Module/bridges/test

Personal tools