Date: prev next · Thread: first prev next last
2016 Archives by date, by thread · List index


On Wed, Dec 14, 2016 at 04:29:16PM +0100, Michael Stahl wrote:
the problem with that is that

define gb_Module_add_check_target
$(if $(filter CppunitTest_%,$(2)),$(call 
gb_Module__add_check_target_impl,$(1),$(2),$$(gb_Module_CURRENTTARGET)))
endef

... expects only CppunitTest_% and does nothing with a Library_% being
added, and Module_sc.mk has:

$(eval $(call gb_Module_add_check_targets,sc,\
    Library_scqahelper \
    $(if $(and $(filter $(COM),MSC),$(MERGELIBS)),, \
            CppunitTest_sc_ucalc) \
    CppunitTest_sc_core \
))

Eh, indeed:

 https://gerrit.libreoffice.org/#/c/32107/

fixes the issue of libscqahelper for me.

Best,

Bjoern

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.