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

From Apache OpenOffice Wiki
< Uno‎ | Cpp‎ | Modules‎ | CPPUhelper
Jump to: navigation, search
(Factored out the test section.)
 
m
Line 8: Line 8:
 
:dmake
 
:dmake
 
:cd <platform>/bin
 
: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)
 
:perl[5] testdefaultbootstrapping.pl  #provides status (success or failure)
 
:./testhelper  #provides status
 
:./testhelper  #provides status
 
:./test_cfg  #provides status <noinclude>[[Category:ModuleTest]]</noinclude>
 
:./test_cfg  #provides status <noinclude>[[Category:ModuleTest]]</noinclude>

Revision as of 16:07, 21 November 2006

Tests

Extension:DynamicPageList (DPL), version 2.3.0 : Warning: No results.

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