Difference between revisions of "Uno/Cpp/Modules/CPPUhelper"

From Apache OpenOffice Wiki
< Uno‎ | Cpp‎ | Modules
Jump to: navigation, search
m (Added DPL for CPPUhelper:Test)
(Moved out the test section.)
Line 4: Line 4:
 
{{Uno/UDKlink|cppuhelper}}  - [[Uno/Cpp|C++ Uno]] runtime.
 
{{Uno/UDKlink|cppuhelper}}  - [[Uno/Cpp|C++ Uno]] runtime.
  
==Tests==
+
{{:Uno/Cpp/Module/CPPUhelper/test}}
<DPL>category=Uno:Cpp:CPPUhelper:Test</DPL>
+
* {{Uno/UDKlink|cppuhelper/qa/propertysetmixin}}
+
:dmake  #upon failure dmake aborts with error
+
* {{Uno/UDKlink|cppuhelper/test}}
+
:dmake
+
:cd {{Uno/UDKlink|cppuhelper/test/testlib}}  
+
:dmake
+
:cd <platform>/bin
+
:perl[5] testdefaultbootstrapping.pl  #provides status (success or failure)
+
:./testhelper  #provides status
+
:./test_cfg  #provides status
+
  
  
 
[[Category:Uno:Cpp:Module]]
 
[[Category:Uno:Cpp:Module]]
 
[[Category:Module]]
 
[[Category:Module]]

Revision as of 09:23, 8 November 2006

CPPU helper, which stands for C++ Uno helper, but basically implements most of C++ Uno.

CVS

udk/cppuhelper - C++ Uno runtime.

Uno/Cpp/Module/CPPUhelper/test

Personal tools