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

From Apache OpenOffice Wiki
< Uno‎ | Cpp‎ | Modules
Jump to: navigation, search
(update tests.)
Line 5: Line 5:
  
 
==Tests==
 
==Tests==
* {{Uno/UDKlink|cppuhelper/qa/propertysetmixin}} - invoke dmake - upon failure dmake aborts with error
+
* {{Uno/UDKlink|cppuhelper/qa/propertysetmixin}}
* {{Uno/UDKlink|cppuhelper/test}} - invoke dmake; {{Uno/UDKlink|cppuhelper/test/testlib}} - invoke dmake; execute <platform>/bin/testdefaultbootstrapping.pl - provides state (success or failure)
+
: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]]

Revision as of 10:31, 6 October 2006

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

CVS

udk/cppuhelper - C++ Uno runtime.

Tests

dmake #upon failure dmake aborts with error
dmake
cd udk/cppuhelper/test/testlib
dmake
cd <platform>/bin
perl[5] testdefaultbootstrapping.pl #provides status (success or failure)
./testhelper #provides status
./test_cfg #provides status
Personal tools