fdo#55814: unit test is missing
David Ostrovsky
david.ostrovsky at gmx.de
Wed May 1 14:33:17 PDT 2013
On 30.04.2013 23:46, Stephan Bergmann wrote:
> On 04/29/2013 11:42 PM, David Ostrovsky wrote:
>> cli_ure is failing to compile here atm.
>
> How's it failing for you exactly? I'd hope it does work now, across
> various Windows build configurations.
>
yes, after you've fixed it ;-) so, with this patch
https://gerrit.libreoffice.org/#/c/3728/1
unit tests are invoked now on windows, but python is failing to locate
the tests:
ImportError: No module named 'get_expression'
that's because the PYTHONPATH was not extended:
PYTHONPATH="$S/instdir/wntmsci13.pro/program/python-core-3.3.0/lib;$S/instdir/wntmsci13.pro/program/python-core-3.3.0/lib/lib-dynload:$S/instdir/wntmsci13.pro/program"
as expected with this function (PythonTest.mk):
# gb_PythonTest_add_modules directory module(s)
define gb_PythonTest_add_modules
$(call gb_PythonTest_get_target,$(1)) : PYPATH := $$(PYPATH):$(2)
[...]
And i don't see why ;-(
David
More information about the LibreOffice
mailing list