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

From Apache OpenOffice Wiki
< Uno‎ | Cpp‎ | Modules‎ | CPPUhelper
Jump to: navigation, search
m
m (Fixed DPL.)
Line 1: Line 1:
 
==Tests==
 
==Tests==
<DPL>category=Uno:Cpp:CPPUhelper:Test</DPL>
+
<DPL>category=Module:CPPUhelper
 +
category=Test</DPL>
 
* {{Uno/UDKlink|cppuhelper/qa/propertysetmixin}}
 
* {{Uno/UDKlink|cppuhelper/qa/propertysetmixin}}
 
:dmake  #upon failure dmake aborts with error
 
:dmake  #upon failure dmake aborts with error

Revision as of 09:44, 30 January 2007

Tests

dmake #upon failure dmake aborts with error
dmake
cd udk/cppuhelper/test/testlib
dmake
cd <platform>/bin
# Perl changed library demand loading somehow, does not seem to be RTLD_GLOBAL anymore,
# there exception symbols do not get resolved uniquely, LD_PRELOAD is a workaround.
if Linux: setenv LD_PRELOAD ...../unxlngi6.pro/lib/libuno_cppuhelper.so.3
perl[5] testdefaultbootstrapping.pl #provides status (success or failure)
./testhelper #provides status
./test_cfg #provides status
Personal tools